Procyon project bootstrap
Find a file
Roman Jaroš 6fcad07180
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Add devcontainer
2023-11-16 13:05:41 +01:00
.devcontainer Add devcontainer 2023-11-16 13:05:41 +01:00
bin Working init app 2023-09-09 18:47:17 +02:00
source Rename to Procyon 2023-11-16 11:48:17 +01:00
.env Add devcontainer 2023-11-16 13:05:41 +01:00
.gitignore Rename to Procyon 2023-11-16 11:48:17 +01: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 2023-10-24 20:43:21 +02:00
Jenkinsfile Working init app 2023-09-09 18:47:17 +02:00
package.json Update ci build command 2023-11-16 12:27:51 +01:00
pnpm-lock.yaml Working init app 2023-09-09 18:47:17 +02:00
README.md Update README.md 2023-11-16 12:15:37 +01:00
renovate.json Add renovate.json 2023-11-15 23:47:10 +00: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 curent 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