npm install
to install all dependencies.src
folder.npm run build
to build iOSBadgeYou can use the iosbadge.scss
file located in src/iosbadge/scss
folder to add your custom themes and sizes.
All Javascript changes should be written in Coffeescript to iosbadge.coffee
file located in src/iosbadge/coffee
folder.
Run npm run build
after your changes to build your custom version.
Source files for jasmine tests can be found inside src/test
folder.
You can build and run unit tests by running npm test
in the plugin folder in terminal.
Plugin API documentation can be found inside the docs
folder.