-
Fork the repo.
-
Install the deps:
$ cd scripts && npm install
- Edit scripts.json to add your script in the below format:
{
"title": "<title_of_your_script>",
"description": "<description>",
"key": "<title_or_key>",
"script": "<your_script>",
"keywords": [
"npm",
"<so_on"
],
"dependencies": [
"all-deps"
]
}
- Commit, push and send a PR!