Procyon project bootstrap
Find a file
Roman Jaroš 6ea4c9022d Replace HapiJs with NestJs as API framework
Change-Id: I54dc6c5f6377358e4f6614378fbb253b0c7841a9
2023-09-14 20:18:20 +02:00
bin Working init app 2023-09-09 18:47:17 +02:00
source Replace HapiJs with NestJs as API framework 2023-09-14 20:18:20 +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 Replace HapiJs with NestJs as API framework 2023-09-14 20:18:20 +02:00
Jenkinsfile Working init app 2023-09-09 18:47:17 +02:00
package.json Release v0.2.0 2023-09-10 20:28:25 +00:00
pnpm-lock.yaml Working init app 2023-09-09 18:47:17 +02:00
README.md Add API monorepo 2023-09-10 22:25:09 +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

Seedling is a project generator for @prokyon libraries.

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 ./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