shared-first-tire
v2.8.2
Published
A template for creating npm packages using TypeScript and VSCode
Downloads
24
Readme
shared-first-tire
![Issues][issues-img] [![Code Coverage][codecov-img]][codecov-url]
My awesome module, use my shared-first-tire as project boilerplate
Install
npm install shared-first-tire
Usage
import { myPackage } from 'shared-first-tire';
myPackage('hello');
//=> 'hello from my package'