0.2.2 • Published 9 months ago
@indigoai/indigo-icons v0.2.2
Indigo Icons
This package contains Indigo.ai's custom solid and outline icons.
Usage
import { YourSolidIcon } from '@indigoai/indigo-icons/dist/solid';
import { YourOutlineIcon } from '@indigoai/indigo-icons/dist/outline';
Dev environment
This package uses a Docker container as a local development environment.\ Yalc can be used to publish the package locally and test it in a different project.
You can publish the package locally by running:
docker compose run --rm frontend ./publish_local.sh
Publishing the package to NPM
You should have an NPM account and be logged in to publish the package.
Bump the package version, manually or using one of the npm commands: npm version patch, npm version minor, npm version major. Then run:
docker compose run --rm frontend ./publish.sh
warning: after running this command, the package.json file will be reverted to its previous state.\ Remember to commit the changes to it before running the command.