first init

This commit is contained in:
sHa
2019-06-07 09:31:24 +03:00
commit 22ed076ccf
21 changed files with 266 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "sscripts",
"version": "1.0.0",
"description": "Useful Shell scripts for projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sHa <sha@shadoll.dev>",
"license": "MIT",
"bin": {
"hello.sh": "./scripts/hello.sh",
"hello.js": "./scripts/hello.js"
}
}