2.0.1 • Published 3 years ago

@konceiver/tease v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@konceiver/tease

Latest Version Software License Build Status Total Downloads

This package was created by, and is maintained by Brian Faust, and 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. Consider sponsoring Blake Embrey if you find his packages useful.

Installation

npm install @konceiver/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

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover a security vulnerability within this package, please send an e-mail to security@konceiver.dev. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

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