create-nothing

A CLI that creates nothing


Keywords
cli, nothing, create, dummie, useless
License
MIT
Install
npm install create-nothing@1.0.3

Documentation

Simple CLI

Version License: MIT

A CLI that creates nothing

This project has didactic purposes only.

Usage

⚠️ WARNING: This will create files, install packages and initialize a git repo in your current folder ⚠️

⚠️ DO NOT RUN THIS IN ANY FOLDER WHICH ALREADY IS A GIT REPO ⚠️

⚠️ CREATE AN EMPTY FOLDER TO TEST IT! ⚠️

With yarn:

yarn create nothing

With NPM:

npm init nothing

You can optionally pass a template as a param and some options.

Available templates:

  • TypeScript
  • JavaScript

Available options:

Option Alias Type What does it do?
--yes -y Boolean Skip the prompt and take default answers to your nothing
--git -g Boolean Initialize a git repo to your nothing
--install -i Boolean Install the packages in the package.json of your nothing

Author

Lucas Miranda lucas-m@outlook.com