Command-line app for generating a list of links to the homepages of related GitHub/npm projects. Using
helper-related
.
npm i npm-related --save
For more use-cases see the tests
If you install it locally, just helper-related
is exposed
const npmRelated = require('npm-related')
Install it globally then run
npm-related --help
or try this one, rendered as below section
npm i npm-related --global
npm-related letta relike redolent
* [letta](https://www.npmjs.com/package/letta): Let's move to promises! Drop-in replacement for `co@4`, but on steroids. Accepts sync, async and generator functions. | [homepage](https://github.com/hybridables/letta)
* [redolent](https://www.npmjs.com/package/redolent): Simple promisify **everything** (string, array, stream, boolean, sync/async function, etc) with sane defaults. | [homepage](https://github.com/hybridables/redolent)
* [relike](https://www.npmjs.com/package/relike): Simple promisify a callback-style function with sane defaults. Support promisify-ing sync functions. | [homepage](https://github.com/hybridables/relike)
- letta: Let's move to promises! Drop-in replacement for
co@4
, but on steroids. Accepts sync, async and generator functions. - redolent: Simple promisify everything (string, array, stream, boolean, sync/async function, etc) with sane defaults.
- relike: Simple promisify a callback-style function with sane defaults. Support promisify-ing sync functions.
- apidocs-cli: Command-line app for generating API docs from code comments. Using
helper-apidocs
. - helper-apidocs: Template helper for automatically generating API docs from code comments.
- helper-related: Template helper for generating a list of links to the homepages of related GitHub/npm projects.
- parse-function: Parse a function, arrow function or string to object with name, args, params and body properties.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.