A cli tool to generate node module project includes tools like avaJs for testing, eslint, prettier etc...
Install π:
Run
npm install -g luctst-cli
Or if you have NPX:
npx luctst-cli [commands] <options>
Usage π:
This package will create this folder structure by default:
βββ .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
Run this command to start the process:
luctst-cli start
Note - By default if path flag is not present folder will be created with
process.cwd()
With the βpath flag:
luctst-cli start -p=<folder-name>
Note - Create the folder inside the folder.
More informations here - https://www.npmjs.com/package/luctst-cli
Happy coding β¨π§βπ»
Top comments (0)