Angular 2+ library to display a group of icons coming from weather-icons by Erik Flowers.
The library is develop thanks to Angular schematics.
npm i -g ng-lib-schematics @angular-devkit/core @angular-devkit/schematics-cli
After creating an angular-cli
ng new <library-name> --skip-installNext, we create our library
schematics ng-lib-schematics:lib-standalone --name <library-name>If the library contains a package.json, you must run a npm install
At the root of project :
npm run build:libTo publish into npm:
cd dist/ && npm publish