0.6.5 • Published 5 years ago

@osdevisnot/tslib-cli v0.6.5

Weekly downloads
29
License
MIT
Repository
github
Last release
5 years ago

create-tslib

Maximum Overkill for Typescript Library Authors

Build Status Renovate enabled License: MIT

create-tslib icon

Usage

Create a Typescript Library with npm init command

npm init @osdevisnot/tslib mylib

or with NPM init

npm init tslib mylib

Available Commands

build

Builds the package in production mode, ready to be published

watch

runs build in watch mode

start

starts a development server

coverage

Runs jest in coverage mode

test

runs jest in watch mode

lint

lints all source files using tslint

format

formats all source files using prettier