Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.74 KB

README.md

File metadata and controls

93 lines (68 loc) · 2.74 KB

autorepo

npm typescript

Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.

If I should maintain this repo, please ⭐️ GitHub stars

DM me on Twitter if you have questions or suggestions. Twitter Follow


Installation

yarn add --dev autorepo
npm install --save-dev autorepo
pnpm add --save-dev autorepo

Usage

In your package.json file:

{
  "scripts": {
    "build": "auto build",
    "lint": "auto lint",
    "test": "auto test",
  },
  "eslintConfig": {
    "extends": "@autosoft/eslint-config"
  },
  "jest": {
    "preset": "@autosoft/jest-preset"
  },
  "npmpackagejsonlint": {
    "extends": "npm-package-json-lint-config-auto"
  }
}

Dependenciesdependencies


Dev Dependencies


License license

MIT