create-nothing

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i create-nothing

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

7.42 kB

Total Files

21

Last publish

Collaborators

  • lucas-lm