https://github.com/vanajmoorthy/create
🛠A simple command-line utility to create files.
https://github.com/vanajmoorthy/create
cli create-file node touch
Last synced: about 1 month ago
JSON representation
🛠A simple command-line utility to create files.
- Host: GitHub
- URL: https://github.com/vanajmoorthy/create
- Owner: vanajmoorthy
- License: mit
- Created: 2020-08-12T14:48:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T13:11:32.000Z (over 5 years ago)
- Last Synced: 2025-05-18T18:19:30.681Z (about 1 year ago)
- Topics: cli, create-file, node, touch
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@vanajmoorthy/create
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/vanajmoorthy/create/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`