1.0.0 • Published 2 years ago
toolkit-report v1.0.0
toolkit-report
Toolkit for report
Using in development:
- Inside the development toolkit folder, run the command to make the package available as a link to other projects
npm link- Now when I'm in another project dependent on the toolkit, run the command to make a link without having to install the package
npm link toolkit-reportUsing in production:
npm install toolkit-report --saveExports package
export {
//================
//UTILS
//================
AppFuncUtils
};1.0.0
2 years ago