Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Add more detailed documentation explaining commands #26

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ and configured automatically for you.

### Overview

| Command | Description |
| ----------------------------------- | ------------------------------------------------------------ |
| `ng g @co-it/schematics:commitlint` | Configure [commitlint] and set up commit hook using [husky]. |
| `ng g @co-it/schematics:cypress` | _coming soon_ |
| `ng g @co-it/schematics:jest` | _coming soon_ |
| `ng g @co-it/schematics:prettier` | Configure [prettier] and set up commit hook using [husky]. |
| `ng g @co-it/schematics:tsconfig` | Activate Typescript's strict compiler options. |
| Command | Description |
| ----------------------------------- | ----------------------------------------------------------------------- |
| `ng g @co-it/schematics:commitlint` | Configure [commitlint] and set up commit hook using [husky]. |
| `ng g @co-it/schematics:cypress` | Configure [cypress] with TypeScript support utilizing [@nrwl/builders]. |
| `ng g @co-it/schematics:jest` | _coming soon_ |
| `ng g @co-it/schematics:prettier` | Configure [prettier] and set up commit hook using [husky]. |
| `ng g @co-it/schematics:tsconfig` | Activate Typescript's strict compiler options. |

**@co-it/schematics** is internally used and maintained by [co-IT.eu GmbH](https://co-IT.eu).

Expand All @@ -31,3 +31,4 @@ and configured automatically for you.
[jest]: https://jestjs.io/
[prettier]: https://prettier.io/
[typescript]: https://www.typescriptlang.org/
[@nrwl/builders]: https://github.com/nrwl/nx/tree/master/packages/builders