chomp --init / chomp -i will create chompfile.toml if it does not already exist.
chomp --import-scripts / chomp -I will import package.json "scripts" from an npm workflow prepopulating these into the associated Chomp tasks so that npm run build can be migrated to chomp build as simply as chomp --import-scripts build.
This PR provides two new features:
chomp --init
/chomp -i
will createchompfile.toml
if it does not already exist.chomp --import-scripts
/chomp -I
will import package.json "scripts" from an npm workflow prepopulating these into the associated Chomp tasks so thatnpm run build
can be migrated tochomp build
as simply aschomp --import-scripts build
.Associated documentation is provided.