@darekkay/scripts

3.0.1 • Public • Published

@darekkay/scripts

npm (scoped) Build license

A CLI that abstracts away all configurations for my projects (linting, testing, building, ...). Inspired by react-scripts and kcd-scripts.

Usage

dks [node arguments] [script] [script arguments]

To output debug information, set DEBUG env variable:

cross-env DEBUG=true dks [script]

Available scripts

  • dks ci: Run lint, test and typecheck.
  • dks format: Run Prettier.
  • dks lint: Run ESlint with --fix and --cache.
  • dks test: Run Jest.
  • dks typecheck: Run TypeScript compiler with --noEmit.

Additional commands

Some additional utilities are included:

License

This project and its contents are open source under the MIT license.

Package Sidebar

Install

npm i @darekkay/scripts

Weekly Downloads

30

Version

3.0.1

License

MIT

Unpacked Size

22.2 kB

Total Files

20

Last publish

Collaborators

  • darekkay