NestJS Opinionated Module Structure Generator
npm install @ev-the-dev/bootmakerWritten in Go
sh
$ npm i -g @ev-the-dev/bootmaker
`
Usage
`sh
$ bootmaker
``Once you run the binary, bootmaker, you'll be prompted to input the name
of the module you wish to create. Currently the only format(s) supported
for names are lowercase, hyphen delimited, words.
Example: "invoices" or "invoice-items"
After pressing "Enter", or "Return", you will then see a checklist of
module related files that can be generated. By default they are all selected,
however, you can navigate using arrow keys or vim keybinds (jk).
To toggle a selection press "Enter".
When you're ready to submit your selection press "q" or "ctrl+c" to
exit the TUI and have the process continue to generation.