cli init
Showing
.gitignore
0 → 100644
.local
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
README.md
0 → 100644
cli.js
0 → 100755
index.js
0 → 100644
lib/BasicGenerator.js
0 → 100644
lib/generators/app/index.js
0 → 100644
lib/generators/app/meta.json
0 → 100644
177 KB
lib/run.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "create-nemean", | |||
"version": "0.0.19", | |||
"description": "Creates a UmiJS application using the command line.", | |||
"homepage": "https://github.com/umijs/create-umi", | |||
"bugs": { | |||
"url": "https://github.com/umijs/create-umi/issues" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/umijs/create-umi" | |||
}, | |||
"license": "MIT", | |||
"files": [ | |||
"cli.js", | |||
"index.js", | |||
"lib" | |||
], | |||
"bin": { | |||
"create-nemean": "cli.js" | |||
}, | |||
"scripts": { | |||
"test": "egg-bin test", | |||
"prettier": "prettier -c --write '**/*'" | |||
}, | |||
"dependencies": { | |||
"chalk": "^2.4.2", | |||
"clipboardy": "^2.1.0", | |||
"debug": "^4.1.1", | |||
"execa": "^1.0.0", | |||
"fs-extra": "^8.0.1", | |||
"glob": "^7.1.4", | |||
"inquirer": "^6.4.1", | |||
"mkdirp": "^0.5.1", | |||
"prettier": "^1.17.0", | |||
"semver": "^6.1.0", | |||
"sort-package-json": "^1.22.1", | |||
"sylvanas": "~0.2.0", | |||
"umi-utils": "^1.5.2", | |||
"yargs-parser": "^13.1.1", | |||
"yeoman-generator": "^4.0.1" | |||
}, | |||
"devDependencies": { | |||
"coffee": "^5.2.1", | |||
"egg-bin": "^4.13.0", | |||
"mm": "^2.5.0", | |||
"np": "^5.0.1" | |||
}, | |||
"authors": [ | |||
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)" | |||
] | |||
} |
test/fixtures/mock_cnpmjs.js
0 → 100644
test/fixtures/mock_github.js
0 → 100644
test/index.test.js
0 → 100644