1.0.0 • Published 12 months ago

runway-web-components v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

RunwayWebComponents

This library was generated with Angular CLI version 14.1.0.

Code scaffolding

Run ng generate component component-name --project runway-web-components to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project runway-web-components.

Note: Don't forget to add --project runway-web-components or else it will be added to the default project in your angular.json file.

Build

Run ng build runway-web-components to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build runway-web-components, go to the dist folder cd dist/runway-web-components and run npm publish.

Running unit tests

Run ng test runway-web-components to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Runway Settings NPM Publishing Steps

  1. Update the package version in the package.json file. If it is a major version, run "npm version major", if it is a minor version, run "npm version minor", if it is a patch version, run "npm version patch".

  2. CD to the runway-web-components folder, run "ng build runway-web-components" to build the package.

  3. CD to the dist/runway-web-components folder, run "npm publish" to publish the package to NPM.

1.0.0

12 months ago