Update documentation
Change-Id: Ib5f2a7ba239717233534dc15762d72190541bd45
This commit is contained in:
parent
67b7351616
commit
bcca9459f9
2 changed files with 25 additions and 5 deletions
26
README.md
26
README.md
|
@ -2,7 +2,25 @@
|
|||
|
||||
## How to start
|
||||
|
||||
1. Create context folder and then use it as last argument (use can use `.`)
|
||||
2. Create file `.npmrc`
|
||||
3. Paste this content to file `@toolkit:registry=https://npm.romanjaros.dev`
|
||||
2. Use this `pnpm dlx @toolkit/seedling --name many --port 93 --monorepo T ./build`
|
||||
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`
|
||||
- instead of `./app` use can use curent folder, `.` or `./`
|
||||
|
||||
## Parameters
|
||||
|
||||
### name
|
||||
- define application name
|
||||
- string
|
||||
|
||||
### port
|
||||
- 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
|
|
@ -7,6 +7,8 @@
|
|||
"dev": "pnpm -r dev"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
}
|
Loading…
Add table
Reference in a new issue