Skip to content

Boilerplate to kickstart creating a typescript node module

License

Notifications You must be signed in to change notification settings

EdJoPaTo/typescript-node-module-template

 
 

Repository files navigation

typescript-node-module-boilerplate

NPM Version node

Install

npm install typescript-node-module-boilerplate

Usage

import {myFunction} from 'typescript-node-module-boilerplate';

myFunction('unicorns');
//=> 'unicorns & rainbows'

About

Boilerplate to kickstart creating a typescript node module

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 50.5%
  • TypeScript 49.5%