2023-09-09 19:58:47 +02:00
|
|
|
# Seedling
|
|
|
|
|
2023-11-16 11:43:48 +01:00
|
|
|
Seedling is a project generator for @procyon libraries.
|
2023-09-09 21:30:35 +02:00
|
|
|
|
2023-09-09 19:58:47 +02:00
|
|
|
## How to start
|
|
|
|
|
2023-09-09 21:19:11 +02:00
|
|
|
1. Create file `.npmrc`
|
2023-11-16 12:15:37 +01:00
|
|
|
2. Paste content to file `@toolkit:registry=https://forgejo.romanjaros.dev/api/packages/procyon/npm/`
|
2023-09-10 21:24:57 +02:00
|
|
|
3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app`
|
2024-01-25 07:45:34 +00:00
|
|
|
- instead of `./app` use can use current folder, `.` or `./`
|
2023-09-09 21:30:35 +02:00
|
|
|
4. Use `pnpm dev` to start
|
2023-09-09 21:19:11 +02:00
|
|
|
|
|
|
|
## 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
|