-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ralf Ueberfuhr
committed
Oct 18, 2022
1 parent
675550e
commit 2dfc731
Showing
1 changed file
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
# GitlabClient | ||
# Gitlab Client | ||
|
||
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0. | ||
|
||
## Code scaffolding | ||
|
||
Run `ng generate component component-name --project gitlab-client` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project gitlab-client`. | ||
> Note: Don't forget to add `--project gitlab-client` or else it will be added to the default project in your `angular.json` file. | ||
## Build | ||
|
||
Run `ng build gitlab-client` to build the project. The build artifacts will be stored in the `dist/` directory. | ||
|
||
## Publishing | ||
|
||
After building your library with `ng build gitlab-client`, go to the dist folder `cd dist/gitlab-client` and run `npm publish`. | ||
|
||
## Running unit tests | ||
|
||
Run `ng test gitlab-client` 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. | ||
This is an Angular client for Gitlab. |