0.1.1 • Published 2 years ago

baxast v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Build scripts and configuration

Installation

Add configuration and setup scripts:

npm install -D -E baxast

Usage

package.json

{
	"name": "my-awesome-package",
	"scripts": {
		"prepublishOnly": "baxast 'Source/**/*.ts'"
	},
	"dependencies": {
		"baxast": "latest"
	}
}

or with a custom esbuild config file:

{
	"scripts": {
		"prepublishOnly": "baxast 'Source/**/*.ts' -es esbuild.ts"
	}
}

See an example of a config file in esbuild.ts

tsconfig.json

{
	"compilerOptions": {
		"outDir": "Target"
	},
	"extends": "./Source/Configuration/TypeScript",
	"include": ["Source"]
}

The script will now automatically compile your build files with esbuild and add TypeScript types.

0.1.1

2 years ago

0.1.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago