This module implements a set of tools for building icon libraries for
use with badger-icon.
Add @abw/badger-icon-tools as a development dependency to your project
using your favourite package manager.
## using npm
$ npm add @abw/badger-icon-tools
## using yarn
$ yarn add @abw/badger-icon-tools
## using pnpm
$ pnpm add @abw/badger-icon-toolsTODO
Check out the repository.
$ git clone https://github.com/abw/badger-icon-tools.git
$ cd badger-icon-toolsInstall the dependencies.
$ pnpm installTo run the development server.
$ pnpm devTo run the tests.
$ pnpm testTo build for production.
$ pnpm buildTo build just the library code for production.
$ pnpm build:libTo build just the the documentation.
$ pnpm build:docsTo preview the documentation.
$ pnpm previewCheck source code for formatting errors.
$ pnpm lintAndy Wardley