Procyon project bootstrap
| bin | ||
| source | ||
| .gitignore | ||
| .npmignore | ||
| .npmrc | ||
| .prettierrc | ||
| create.js | ||
| Jenkinsfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| renovate.json | ||
| sonar-project.properties | ||
| tsconfig.json | ||
Seedling
Seedling is a project generator for @procyon libraries.
How to start
- Create file
.npmrc - Paste content to file
@toolkit:registry=https://forgejo.romanjaros.dev/api/packages/procyon/npm/ - Use
pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app- instead of
./appuse can use curent folder,.or./
- instead of
- Use
pnpm devto 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