This is a CLI to abstract away all configuration, linting and testing. This makes tooling easier to maintain accross different projects and hopefully drastically reduces setup time of new projects. Forked from
Use the github registry for the @dennisbochen
scope. Add this either to your global or project .npmrc
@dennisbochen:registry="https://npm.pkg.github.com/"
Install the package:
yarn add -D @dennisbochen/js-scripts
This is a CLI and exposes a bin called js-scripts
.
Run them using npx js-scripts {SCRIPT_NAME_HERE}
.
The following scripts are available.
< 🙈 >
Dennis Bochen
MIT