Package Exports
- @asushares/core
- @asushares/core/package.json
Readme
ASU SHARES Core Common Libraries and Utilities
The 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.
Project Integration
npm i -S @asushares/core
to install and save into your project's dependencies list
Development
npm i # to install project dependencies
npm test-watch # to rerun test cases upon changes
Publication
npm run build
npm publish --access public
License
Copyright © 2023-2024 ASU SHARES. All rights reserved. See LICENSE file.
Authors
Preston Lee (@preston)