Skip to content

Commit

Permalink
Add: README
Browse files Browse the repository at this point in the history
  • Loading branch information
vanajmoorthy committed Aug 12, 2020
1 parent 9ed0486 commit 6568d28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.

### Usage

- Option 1 (for people with npm): `npm i -g @vanajmoorthy/create`
- Option 2 (for general users): Download the release from releases and install it.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A touch equivalent in node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"run": "node index.js"
},
"keywords": [
"touch",
Expand Down

0 comments on commit 6568d28

Please sign in to comment.