guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

feat: SWC configuration wizard #50

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds support for the Deno engine and also adds a new configuration task to the SWC template, so that calling chomp swc:init can be used to run a series of CLI prompts to update the tasks, all done within the template system without polluting core!

Resolves https://github.com/guybedford/chomp/issues/15.