Chomp extensions
npm install @chompbuild/extensionschomp@0.1: alias in the extensions list.
toml
version = 0.1
extensions = ['chomp@0.1:swc']
[[task]]
name = 'build'
target = 'lib/#.js'
dep = 'src/#.ts'
template = 'swc'
`
Contributions are encouraged and new template extensions will very likely be accepted.
The following extensions are currently included:
* assert: Template for asserting the output of target or dependency of a task, useful for test tasks.
* babel: Template for Babel compilation. The [SWC template]() is highly recommended instead of Babel for performance.
* footprint: Template for outputting file size charts for build summaries.
* jspm: Template for JSPM import map generation.
* npm: Template for initializing npm and ensuring packages are installed / npm install` has been run.