Skip to content

Commit

Permalink
md files
Browse files Browse the repository at this point in the history
  • Loading branch information
gboutte committed Jul 18, 2023
1 parent 3a91d11 commit e9fb52c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Added readme
### Fixed
- Fixed library installation

## 0.0.6 - 2023-07-18

Expand Down
27 changes: 6 additions & 21 deletions projects/wtfui/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# Wtfui
# Installation

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
```shell
npm install @gboutte/wtf
```

## Code scaffolding
# Demo + doc
https://wtfui.greg.fail

Run `ng generate component component-name --project wtfui` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project wtfui`.
> Note: Don't forget to add `--project wtfui` or else it will be added to the default project in your `angular.json` file.
## Build

Run `ng build wtfui` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build wtfui`, go to the dist folder `cd dist/wtfui` and run `npm publish`.

## Running unit tests

Run `ng test wtfui` 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.

0 comments on commit e9fb52c

Please sign in to comment.