blazer-bolt
v1.1.9
Published
Use this program to quickly set up a neat structure for starting an express project.
Readme
🚀 Blazer Bolt 🚀
Harness the power of this program to effortlessly establish a sleek structure for launching your express program
🛠️ Usage
To kickstart the creation of a structured setup, simply execute the following command in your terminal:
npx blazer initAfter a moment, watch as directories and files magically materialize within your specified directory:
my-app/
├─ app/
│ ├─ constant/
│ ├─ middleware/
│ ├─ modules/
│ │ ├─ post/
│ │ ├─ user/
│ ├─ routers/
│ ├─ utils/
│ ├─ server.js
├─ node_modules/
├─ public/
│ ├─ favicon.ico
│ ├─ index.html
│ ├─ robots.txt
├─ src/
│ ├─ index.css
│ ├─ index.js
├─ .env
├─ .gitignore
├─ package.json
├─ README.md
