‘end’
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
actions/cloneGit.js
0 → 100644
actions/collectProject.js
0 → 100644
actions/createGit.js
0 → 100644
actions/createMode.js
0 → 100644
actions/createPC.js
0 → 100644
actions/createTemplate.js
0 → 100644
actions/index.js
0 → 100644
commands/collect.js
0 → 100644
commands/create.js
0 → 100644
commands/index.js
0 → 100644
commands/preinstall.js
0 → 100644
common/index.js
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "project-cli", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"project-cli": "./index.js" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"chalk": "^4.1.2", | ||
"commander": "^9.4.0", | ||
"inquirer": "^8.0.0", | ||
"uuid": "^9.0.0" | ||
} | ||
} |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
store/collect-default.json
0 → 100644
store/collect-small.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
store/index.js
0 → 100644
store/store.json
0 → 100644
utils/log.js
0 → 100644
Please
register
or
sign in
to comment