autorepo

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

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

Metadata

  • MIT
  • ^14.13.1 || >=16.0.0
  • Connor White
  • released 1/7/2023

Downloads

Maintainers