ASU SHARES common class and CLI utility library.
npm install @asushares/coreThe NPM package provides common shared libraries and utilities functions for writting applications integrated with the ASU SHARES stack. It can be used in both backend applications such as Node and Express, as well as frondend applications such as Angular and React.
npm i -S @asushares/core to install and save into your project's dependencies list
``shell`
npm i # to install project dependencies
npm test-watch # to rerun test cases upon changes
`shell``
npm run build
npm publish --access public