- baseline for new standalone npm module projects
// example of code used in the README file
console.log('some __module_boilerplate_usage__ example');
A regular paragraph, no bullet. Code below:
// Another code example
(varName: typeEg_string): returnTypeEg_number
- varName: description
Examples:
someFunctionInModuleBoilerplate('hello');
// => hello output
(anotherVarName: string) => next
- anotherVarName: description of argument
- next: (err: Error, filename: string): string
- example of how a callback would be described