Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Module Starter with Typescript

Starter for Node.js libraries with TypeScript, building with rollup, tests with Jest and lingting.

Using the Library

Install the package from npm

npm install @vemuruadi/node-lib-ts

or

yarn add @vemuruadi/node-lib-ts

Import and use

import { nodeLibSum } from '@vemuruadi/node-lib-ts';

const sum = nodeLibSum(4,5);

About

Node Module Starter with Typescript

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages