1.0.0 • Published 7 months ago

toolkit-report v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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-report

Using in production:

npm install toolkit-report --save

Exports package

export {
  //================
  //UTILS
  //================
  AppFuncUtils
};
1.0.0

7 months ago