1.0.0 • Published 6 years ago

assetdataprocess v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

It's a npm package that process DCA data.


Node Modules

-- To install all the required node modules, please use below command inside application root directory. npm install --save -- Now all the modules will be incorporated inside node_modules directory.


Build Instructions

-- Change the code or functionality you want. -- Run the 'tsc' command to compile the type script file. -- Run the 'gulp copy' command to copy all the necessary files in to dist folder. (if you change something in package structure(add/modify/delete) than please add that also in copy task in gulpfile.js )


Package publish Instructions

-- Login to npm url (https://www.npmjs.com) or via git bash run command 'npm login'. -- Run publish command 'npm publish'.