assetdataprocess
v1.0.0
Published
Can process asset data.
Downloads
9
Readme
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'.
