@smartholdem/tease
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

tease

This package provides standardises scripts & configurations for simplified TypeScript module maintenance.

This project is based on borderless/ts-scripts and has been altered to match our configurations and preferences.

Installation

npm install @smartholdem/tease --include=dev

Usage

In your package.json you can use the scripts:

{
	"scripts": {
		"build": "tease build",
		"lint": "tease lint",
		"format": "tease format",
		"specs": "tease specs",
		"test": "tease test",
		"prepare": "tease install && tease build"
	}
}

Testing

npm run test

License

tease is an open-sourced software licensed under the MIT.

/@smartholdem/tease/

    Package Sidebar

    Install

    npm i @smartholdem/tease

    Weekly Downloads

    1

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    40.5 kB

    Total Files

    31

    Last publish

    Collaborators

    • technolog