dfx-helper
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dfx-helper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": false, | ||
"license": "MIT", | ||
"homepage": "https://datepoll.org", | ||
"keywords": [], | ||
"keywords": [ | ||
"angular2", | ||
"angular", | ||
"typescript", | ||
"helper", | ||
"tools" | ||
], | ||
"author": "Dafnik", | ||
@@ -9,0 +15,0 @@ "bugs": { |
@@ -1,24 +0,4 @@ | ||
# DfxHelper | ||
# dfx-helper | ||
This is a collection of helpful functions for Angular web development. | ||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2. | ||
## Code scaffolding | ||
Run `ng generate component component-name --project dfx-helper` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project dfx-helper`. | ||
> Note: Don't forget to add `--project dfx-helper` or else it will be added to the default project in your `angular.json` file. | ||
## Build | ||
Run `ng build dfx-helper` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
## Publishing | ||
After building your library with `ng build dfx-helper`, go to the dist folder `cd dist/dfx-helper` and run `npm publish`. | ||
## Running unit tests | ||
Run `ng test dfx-helper` to execute the unit tests via [Karma](https://karma-runner.github.io). | ||
## Further help | ||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. | ||
Project webiste: https://datepoll.org |
186656
5