Procyon project bootstrap
Find a file
Mr. Renovate 47d77073db
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
Update dependency prettier to v3.2.5
2024-02-04 09:38:31 +00:00
.devcontainer Replace UI module with Next.js 2023-12-29 15:09:30 +00:00
bin Working init app 2023-09-09 18:47:17 +02:00
source Update dependency @qavajs/html-formatter to v0.15.4 2024-01-17 20:20:18 +00:00
.env Add devcontainer 2023-11-16 13:05:41 +01:00
.eslintignore Add .devcontainer + minor changes 2023-12-22 17:53:19 +00:00
.gitignore Replace UI module with Next.js 2023-12-29 15:09:30 +00:00
.npmignore Working init app 2023-09-09 18:47:17 +02:00
.npmrc Rename to Procyon 2023-11-16 11:48:17 +01:00
.prettierrc Working init app 2023-09-09 18:47:17 +02:00
create.js Rename source folders 2024-01-11 07:44:22 +01:00
Jenkinsfile Update Jenkinsfile configuration 2024-01-25 07:45:34 +00:00
package.json Update dependency prettier to v3.2.5 2024-02-04 09:38:31 +00:00
pnpm-lock.yaml Update dependency prettier to v3.2.5 2024-02-04 09:38:31 +00:00
README.md Update Jenkinsfile configuration 2024-01-25 07:45:34 +00:00
renovate.json Update renovate.json 2024-01-18 22:28:59 +01:00
sonar-project.properties Working init app 2023-09-09 18:47:17 +02:00
tsconfig.json Initial builded version 2023-09-09 16:56:30 +02:00

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