autorepo
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i autorepo

Weekly Downloads

13

Version

0.1.11

License

MIT

Unpacked Size

4.41 kB

Total Files

4

Last publish

Collaborators

  • bconnorwhite