Socket
Book a DemoInstallSign in
Socket

autorepo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autorepo

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

latest
Source
npmnpm
Version
0.1.11
Version published
Maintainers
1
Created
Source

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

Keywords

auto

FAQs

Package last updated on 25 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts