Skip to content

FireStreaker2/create-bad-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set up a bad project by running one command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published