Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 483 Bytes

contributing.md

File metadata and controls

28 lines (23 loc) · 483 Bytes

Easy steps:

  • Fork the repo.

  • Install the deps:

 $ cd scripts && npm install
{
  "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!