Experimental migration tool for replacing other task runners with pine.
To migrate from npm scripts to Pine you run this command within this repository.
npx github:pinefile/migrate npm [--package=/path/to/package.json] [--output=pinefile.js] [--tasksDir=tasks]
It will create a pinefile.js at the same path as the package.json and create tasks inside tasks directory if you have scripts that use colons, e.g build:prod will be in tasks/build.js
MIT © Fredrik Forsmo