NOTE: The "files" in package.json is a whitelist you may have to add to.
When writing content for a README, keep these two guidelines in mind:
-
always describe basic functionality above
Installation
. -
always specify a language when using code blocks.
// examples of a language include javascript and bash
```[language]
[code]
```
$ npm install <npm-name>
var Module = require('npm-name')
var module = Module({
// sample options
}))
option1
- asdf. (default:true
)option2
- cats.option10
- always 42.option9000
- epic.- default:
this is a very long default right here
- default:
As concisely as possible, describe the purpose of this function.
module.method(args)
Add a description for this method.
existing_object.object.example(args)
Add a description for this property.
existing_object.object.property // => example value from description
// Full examples go here.