This website collects cookies to deliver better user experience
npm install -g luctst-cli
npx luctst-cli [commands] <options>
├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ ├── feature_request.md │ ├── CODE_OF_CONDUCT.md │ ├── CONTRIBUTING.md │ ├── LICENSE │ ├── pull_request_template.md ├── lib/ │ ├── main.js ├── test/ │ ├── test.js ├── .editorconfig ├── .estlintrc.json ├── .gitattributes ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── .travis.yml ├── package-lock.json ├── package.json ├── README.md
luctst-cli start
Note - By default if path flag is not present folder will be created with process.cwd()
process.cwd()
luctst-cli start -p=<folder-name>
Note - Create the folder inside the folder.
45
0