1.0.0 • Published 10 months ago

create-bad-app v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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-app

Via 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

1.0.0

10 months ago