0.2.2 • Published 9 months ago

@indigoai/indigo-icons v0.2.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
9 months ago

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.

0.2.2

9 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago