diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6ce270 --- /dev/null +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 50d0337..34c90ea 100644 --- a/package.json +++ b/package.json @@ -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",