nocobase/packages/create-nocobase-app/package.json
ChengLei Shao 05ecb25d1b
feat: create nocobase app with simple & quickstart option (#87)
* feat: create nocobase app with simple & quickstart option

* chore: delete template file

* create-nocobase-app: add env API_PORT fallback

* chore: log

* env default fallback

* move config dir

* change has yarn

* chore: prettier

* fix: npm running issue

* database testing support sqlite

* once...

* chore: typo

* fix: sqlite test

* update readme

* feat: copy .env.example to .env at create-nocobase-app

* create-nocobase-app: change sqlite3 to github master

* create-nocobase-app: .env template

* create-nocobase-app: update .env

* chore: typo

* update README

* chore: Application constructor

* feat: sqlite demo data support

* fix test

* fix: application error

* chore: plugin-client run sql

* fix: application createCli

* fix: can choose whether to register actions

* chore: model compile error

* fix: support sqlite

* fix: demo data set index sequence on postgresql

* chore: code reduce

* fix: operators are compatible with sqlite

* add impor demo option to init command

* update env

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-10-18 12:49:37 +08:00

28 lines
601 B
JSON
Executable File

{
"name": "create-nocobase-app",
"version": "0.5.0-alpha.20",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"bin",
"templates"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/create-nocobase-app"
},
"license": "MIT",
"dependencies": {
"@umijs/utils": "3.5.17",
"commander": "^8.2.0",
"execa": "^5.1.1",
"ora": "^5.4.1"
},
"bin": {
"create-nocobase-app": "bin/create-nocobase-app.js"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}