1.1.5 • Published 1 year ago

blueprnt v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

blueprnt cli

Streamline your coding process with my custom CLI tool blueprnt!

Create project structures in seconds using templates like Vite, Next.js 13 (beta),... setup. Our tool is easy to install with npm and built using the latest Node.js technology for maximum compatibility and flexibility. Spend less time on repetitive tasks and more time coding. Try our CLI tool today!

Installation

Install blueprnt with npm globaly

  npm i blueprnt@latest -g

Usage/Examples

  npx choose-prnt

Currently integrated layouts

  • Vite template
my-project
├── .vscode
│   └── settings.json
├── src
│   ├── css
│   │   └── style.scss
│   ├── index.html
│   └── script.js
├── static
│   └── assets
├── .gitignore
├── package-lock.json
├── package.json
└── vite.config.js
  • next.js 13 template
simple next.js 13 (beta) tree
  • next.js 13 template
simple react tree
  • Basic HTML/CSS/JS setup
my-project
├── .vscode
│   └── settings.json
├── assets
│   ├── css
│   │   └── style.scss
│   └── js
│       └── script.js
├── media
│   ├── font
│   ├── icon
│   ├── img
│   └── video
└── index.html
  • hopefully more in the future...

Tech Stack

node.js

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago