UNPKG

295 BPlain TextView Raw
1Being a good npm citizen involves adding things like a README and tests.
2
3A README is typically a markdown formatted file in the base of you project named {bold}README.md{/bold}.
4
5The command for running your tests is specified in your {bold}package.json{/bold} under {bold}scripts.test{/bold}.