2.0.2 • Published 1 year ago

@smartholdem/tease v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.