0.1.11 • Published 2 years ago

autorepo v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

If I should maintain this repo, please ⭐️

DM me on Twitter if you have questions or suggestions.


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"
  }
}

MIT

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago