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'.
assetdataprocess
1.0.0 • Public • Published Readme
Keywords
nonePackage Sidebar
Install
npm i assetdataprocess
Weekly Downloads
1
Version
1.0.0
License
ISC