seedling/README.md
Roman Jaroš bcca9459f9 Update documentation
Change-Id: Ib5f2a7ba239717233534dc15762d72190541bd45
2023-09-09 21:21:51 +02:00

585 B

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