Wily Angular Commons
This package offers a small selection of reusable components that interoperate with the rest of GDIT's Wily offering. Some components are built from scratch, others wrap PrimeNG components to force them to work in a certain manner. If you're interested in contributing or find any bugs, feel free to catch us in GitHub.
Usage
npm install wily-angular-commons
Component listing and usage coming soon.
Build and Release Instructions
Package
Run the following:
npm run package
cd dist
npm pack
cd ..
Test
After packaging, you can install a local build for testing with the following:
npm install ../wily-angular-commons/dist/wily-angular-commons-1.1.1.tgz
Release
npm publish dist
Further Help
For more help, please reach out to nick.dimola@gdit.com
.