mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
docs: make readme nicer
This commit is contained in:
14
README.md
14
README.md
@@ -1,9 +1,19 @@
|
|||||||
# @openstapps/projectmanagement
|
# @openstapps/projectmanagement
|
||||||
|
|
||||||
|
This repository contains documentation, project resources and cli tools to manage the `@openstapps` projects.
|
||||||
|
|
||||||
|
## Project management tool
|
||||||
|
|
||||||
|
This is a small cli tool that helps to maintain the project(s).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm install @openstapps/projectmanagement
|
|
||||||
|
|
||||||
openstapps-projectmanagement --help
|
openstapps-projectmanagement --help
|
||||||
|
```
|
||||||
|
|
||||||
|
## Pack
|
||||||
|
|
||||||
|
This cli tool can pack multiple JavaScript-/TypeScript-definition-files into 2 single files - one for the code and one for the definitions. This is explicitly used for the `@openstapps/core`.
|
||||||
|
|
||||||
|
```shell
|
||||||
openstapps-pack --help
|
openstapps-pack --help
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user