Add API monorepo

Change-Id: I39aa1707744bb86c4bc9113157bbf815bb3fe33a
This commit is contained in:
Roman Jaroš 2023-09-10 21:24:57 +02:00
parent b87cff043a
commit 5246efb027
56 changed files with 251 additions and 22 deletions

View file

@ -6,7 +6,7 @@ Seedling is a project generator for @prokyon libraries.
1. Create file `.npmrc`
2. Paste content to file `@toolkit:registry=https://npm.romanjaros.dev`
3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 --monorepo T ./app`
3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app`
- instead of `./app` use can use curent folder, `.` or `./`
4. Use `pnpm dev` to start
@ -20,10 +20,6 @@ Seedling is a project generator for @prokyon libraries.
- define port for application when is deployed
- number
### monorepo
- define if generated structure will be for monorepo
- value `T` = `true` or `F` = `false`
### context
- last parameter is folder as destination of generated code
- string