Procyon project bootstrap
Find a file
Mr. Renovate 90009a8648
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 @qavajs/html-formatter to v0.15.4
2024-01-17 20:20:18 +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 2023-12-08 09:16:46 +01:00
package.json Update dependency replace-in-file to v7.1.0 2024-01-03 20:38:29 +01:00
pnpm-lock.yaml Update dependency replace-in-file to v7.1.0 2024-01-03 20:38:29 +01:00
README.md Update README.md 2023-11-16 12:15:37 +01:00
renovate.json Extend renovate config from renovate repo 2023-11-16 14:36:19 +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 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