/create-boring-app

CLI tool to create your exciting boring app

Primary LanguageJavaScriptMIT LicenseMIT

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.