Procyon project bootstrap
Find a file
Roman Jaroš bcca9459f9 Update documentation
Change-Id: Ib5f2a7ba239717233534dc15762d72190541bd45
2023-09-09 21:21:51 +02:00
bin Working init app 2023-09-09 18:47:17 +02:00
source Update documentation 2023-09-09 21:21:51 +02:00
.gitignore Working init app 2023-09-09 18:47:17 +02:00
.npmignore Working init app 2023-09-09 18:47:17 +02:00
.npmrc Update .npmrc 2023-09-09 21:03:07 +02:00
.prettierrc Working init app 2023-09-09 18:47:17 +02:00
create.js Add next missing files 2023-09-09 21:12:02 +02:00
Jenkinsfile Working init app 2023-09-09 18:47:17 +02:00
package.json Release v0.1.4 2023-09-09 19:12:55 +00:00
pnpm-lock.yaml Working init app 2023-09-09 18:47:17 +02:00
README.md Update documentation 2023-09-09 21:21:51 +02: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

How to start

  1. Create file .npmrc
  2. Paste content to file @toolkit:registry=https://npm.romanjaros.dev
  3. Use pnpm dlx @toolkit/seedling --name hello-world --port 90 --monorepo T ./app
    • instead of ./app use can use curent folder, . or ./

Parameters

name

  • define application name
  • string

port

  • define port for application when is deployed
  • number

monorepo

  • define if generated structure will be for monorepo
  • value T = true or F = false

context

  • last parameter is folder as destination of generated code
  • string