Working init app

Change-Id: I545c6c2f7182adf28d4ced41ac38613746d2b3d8
This commit is contained in:
Roman Jaroš 2023-09-09 18:18:34 +02:00
parent 13ab39d1fd
commit 6f2586ccad
15 changed files with 133 additions and 62 deletions

View file

@ -2,15 +2,25 @@
"name": "seedling",
"version": "0.1.0",
"description": "",
"main": "index.js",
"main": "create.js",
"bin": {
"seedling": "./create.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"create": "pnpm ci:build",
"ci:build": "node create.js --name many --port 93 --monorepo T ./build",
"release": "pnpm version --no-git-tag-version"
},
"dependencies": {
"minimist": "1.2.8",
"readline-sync": "1.4.10",
"replace-in-file": "7.0.1"
},
"devDependencies": {
"prettier": "3.0.3"
},
"publishConfig": {
"registry": "https://npm.romanjaros.dev"
},
"keywords": [],
"author": "Roman Jaroš",
"license": "ISC"