Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages