Update README.md
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Change-Id: I40027eef1f48edcb05ad069793f0d3fdd301ec72
This commit is contained in:
parent
68ce70e5a0
commit
f8acf71d58
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ Seedling is a project generator for @procyon libraries.
|
||||||
## How to start
|
## How to start
|
||||||
|
|
||||||
1. Create file `.npmrc`
|
1. Create file `.npmrc`
|
||||||
2. Paste content to file `@toolkit:registry=https://npm.romanjaros.dev`
|
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`
|
3. Use `pnpm dlx @toolkit/seedling --name hello-world --port 90 ./app`
|
||||||
- instead of `./app` use can use curent folder, `.` or `./`
|
- instead of `./app` use can use curent folder, `.` or `./`
|
||||||
4. Use `pnpm dev` to start
|
4. Use `pnpm dev` to start
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"create": "pnpm ci:build",
|
"create": "pnpm ci:build",
|
||||||
"ci:build": "node create.js --name app --port --monorepo T ./build",
|
"ci:build": "node create.js --name app --port --monorepo T ./build",
|
||||||
"release": "pnpm version --no-git-tag-version"
|
"release": "pnpm version --no-git-tag-version"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -24,4 +24,4 @@
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Roman Jaroš",
|
"author": "Roman Jaroš",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue