@divyanl/asset-flow
v5.8.1
Published
---
Readme
@divyanl/asset-flow
Installation
To install the library in your project:
npm install @divyanl/asset-flow
# or
yarn add @divyanl/asset-flow
Local Testing
To test the library in local before publishing it to npm:
In Library
npm run build
npm linkIn test project:
npm link @divyanl/asset-flowPublishing
To publish the library to npm:
- Update the version in package.json
- Next Steps
npm run build
npm publish
Login
To login to npm account: Before publishing, login to npm account if not already loggedin
npm login