1.0.9 • Published 6 years ago

@vanajmoorthy/create v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Create

šŸ›  A simple command-line utility to create files written in Node.

Why does this exist? Well because I had fun making it and also there really isn't a good way to create files from the command line on windows, also you can recursively create directories and add files.

Installation

  • Option 1 (for people with npm): npm i -g @vanajmoorthy/create
  • Option 2 (for general users): Download the release from releases and install it.

Usage

  • create takes one input, the name of the file you want to create or the path to the file with the filename at the end
  • Eg: create foo.txt or create pathtofoo/foo.txt or even create pathtofoo/foo/foo.txt
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago