All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I812c93e057039c0c6a8bea8079c8b9cda6357133
551 B
551 B
Seedling
Seedling is a project generator for @procyon libraries.
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 ./app
- instead of
./app
use can use curent folder,.
or./
- instead of
- 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