585 B
585 B
Seedling
How to start
- Create file
.npmrc
- Paste content to file
@toolkit:registry=https://npm.romanjaros.dev
- Use
pnpm dlx @toolkit/seedling --name hello-world --port 90 --monorepo T ./app
- instead of
./app
use can use curent folder,.
or./
- instead of
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
orF
=false
context
- last parameter is folder as destination of generated code
- string