rollup plugin for executing shell commands at pre bundle.
with yarn
yarn add -D rollup-plugin-pre-execute
or
with npm
npm install -D rollup-plugin-pre-execute
import preExecute from 'rollup-plugin-pre-execute'
with Jest.
yarn test
or
npm run test
Use SemVer for versioning. For the versions available, see the tags on this repository.
MIT © 1natsu172