1.8.0 • Published 15 days ago

nowle-component-library v1.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
15 days ago

Nowle component Library

These are some of the nowle components built with React and Storybook.

Install and run

npm i
npm run storybook

Publish components

git commit .
git commit -m "Ready for release"
npm version patch/minor/major
git push

Consumption of components

Add a read only token in your ~/.npmrc, you will receive the token from owner of library.

cd ~
cd <PROJECT>
echo >> ~/.npmrc "//registry.npmjs.org/:_authToken=<MYTOKEN> #keep the token secret!
npm install @wacoco/nowle-components