Skip to content

the-mes/package-typescript-npm-starter

Repository files navigation

NPM version NPM downloads NPM license Codecov Travis Bundle size

About

Template for npm TypeScript module

Similar Projects / Alternatives / Idea

How to Install

First, install the library in your project by npm:

npm install package-typescript-npm-starter

Or Yarn:

yarn add package-typescript-npm-starter

Getting Started

Connect libary to project using ES6 import:

import sum from 'package-typescript-npm-starter';

Or CommonJS:

const sum = require('package-typescript-npm-starter');

Next use library:

const result = sum(2, 3); // 5

Params

Type Description
number First number
number Second number

License

This project is licensed under the MIT License © 2021-present Jakub Biesiada

Releases

No releases published

Packages

No packages published