Skip to content

voxpelli/node-module-template

Repository files navigation

Node Module Template

A GitHub template repo for node modules

js-semistandard-style Module type: ESM Types in JS Follow @voxpelli@mastodon.social

Usage

Simple

import { something } from '@voxpelli/node-module-template';

// Use that something

API

something(input, { configParam }) => Promise<output>

Takes a value (input), does something configured by the config (configParam) and returns the processed value asyncly(output)

Used by

  • example – used by this one to do X and Y

Similar modules

  • example – is similar in this way

See also

About

My personal template repo for node modules

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published