Edit Bookmark Plus is an extension for Firefox. To know more, see extension's page on addons.mozilla.org.
-
Install NodeJS.
-
Install GruntJS by typing the following command:
npm install -g grunt-cli
- Run the following command in the repository root directory to install all the required grunt plugins:
npm install
This setup is required only once.
Once all the required grunt plugins are installed, type the following in the repository root directory:
grunt
A directory named dist would be created and would have the xpi file. The version of extension is obtained from package.json file.