Skip to content

abw/badger-icon-tools

Repository files navigation

badger-icon-tools

This module implements a set of tools for building icon libraries for use with badger-icon.

Getting Started

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-tools

TODO

Notes for Maintainers

Check out the repository.

$ git clone https://github.com/abw/badger-icon-tools.git
$ cd badger-icon-tools

Install the dependencies.

$ pnpm install

To run the development server.

$ pnpm dev

To run the tests.

$ pnpm test

To build for production.

$ pnpm build

To build just the library code for production.

$ pnpm build:lib

To build just the the documentation.

$ pnpm build:docs

To preview the documentation.

$ pnpm preview

Check source code for formatting errors.

$ pnpm lint

Author

Andy Wardley

About

Tools for building icon libraries for use with badger-icon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors