1.0.3 • Published 4 years ago

create-nothing v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Simple CLI

Version License: MIT

A CLI that creates nothing

This project has didactic purposes only.

Usage

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

:warning: DO NOT RUN THIS IN ANY FOLDER WHICH ALREADY IS A GIT REPO :warning:

:warning: CREATE AN EMPTY FOLDER TO TEST IT! :warning:

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:

OptionAliasTypeWhat does it do?
--yes-yBooleanSkip the prompt and take default answers to your nothing
--git-gBooleanInitialize a git repo to your nothing
--install-iBooleanInstall the packages in the package.json of your nothing

Author

Lucas Miranda lucas-m@outlook.com