Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 468 Bytes

create-boring-app

A CLI tool to create an exciting boring app!

Usage

npm install create-boring-app -g
create-boring-app <dir>

That will find the specified directory, or create it if it does not exist, run the boring generator in the directory, then give the option to install borings dependencies and launch the web server.

Running create-boring-app . will simply create a boring app or add a boring component inside your current working directory.