create-bad-app
v1.0.0
Published
Set up a bad project by running one command.
Downloads
3
Readme
About
create-bad-app is a CLI tool built with Node.js. It generates all the files needed to create a bad app, quickly and efficiently.
Notes
create-bad-app automatically creates three files: index${extension}, LICENSE, and README.md. The license file is automatically set to the MIT license, and the README file is a simple file saying that it was generated with create-bad-app. index${extension} however, is just a blank file.
Installation
Via npm:
$ npm i -g create-bad-appVia GitHub:
$ git clone https://github.com/FireStreaker2/create-bad-app.git
$ cd create-bad-app
$ npm i
$ npm i -g .Usage
Base syntax:
$ create-bad-app <directory name> <extension>License
MIT
