25 lines
No EOL
582 B
Markdown
25 lines
No EOL
582 B
Markdown
# Seedling
|
|
|
|
Seedling is a project generator for @procyon libraries.
|
|
|
|
## How to start
|
|
|
|
1. Create file `.npmrc`
|
|
2. Paste content to file `@toolkit:registry=https://forgejo.romanjaros.dev/api/packages/procyon/npm/`
|
|
3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app`
|
|
- instead of `./app` use can use current folder, `.` or `./`
|
|
4. Use `pnpm dev` to start
|
|
|
|
## Parameters
|
|
|
|
### name
|
|
- define application name
|
|
- string
|
|
|
|
### port
|
|
- define port for application when is deployed
|
|
- number
|
|
|
|
### context
|
|
- last parameter is folder as destination of generated code
|
|
- string |