2.3.7 • Published 2 years ago

tagliatelle-icons v2.3.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Usage

npm i tagliatelle-components -D

Development

.env include ROOT_INPUT_DIR=src/components for build

To create a new icon add your *.svg file to the assets folder and run the following command.

  npm run svgr

For logos run

  npm run svgr -- --isLogo="true" --useCurrentColor="false"

This script will create a new folder with two files:

  1. component.js
  2. component.stories.js

Run npm run start to launch Storybook on the browser at http://localhost:6006/.

Updating the package

Bump packages

npm run clean && npm run bootstrap

Commit changes and run tests:

npm run chromatic

After the review has been approved, build the package with npm run build and then publish it to npm with npm publish or lerna publish.

For more info on lerna commands: https://github.com/lerna/lerna

2.3.7

2 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.0

3 years ago