andfaulkner / nodeplus-repl

Enhanced node repl, with project-specific configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module boilerplate

  • baseline for new standalone npm module projects

Usage

// example of code used in the README file
console.log('some __module_boilerplate_usage__ example');

Third-level heading

A regular paragraph, no bullet. Code below:

// Another code example

API

someFunctionInModuleBoilerplate

(varName: typeEg_string): returnTypeEg_number

  • varName: description

Examples:

someFunctionInModuleBoilerplate('hello');
// => hello output

anotherModuleBoilerplateFunction

(anotherVarName: string) => next

  • anotherVarName: description of argument
  • next: (err: Error, filename: string): string
    • example of how a callback would be described

About

Enhanced node repl, with project-specific configuration


Languages

Language:Ruby 73.2%Language:TypeScript 26.8%