lerna-ministack

0.5.7 • Public • Published

lerna-ministack

Accelerates first steps when creating npm project with lerna. Includes tools for testing, linting, prettying and packaging.

Installation

npm install --save-dev lerna-ministack

Configuration

Change following in your package.json

{
  "scripts": {
    "test": "jest"
  },
  "standard": {
    "env": [
      "jest"
    ],
    "parser": "babel-eslint"
  },
}

Create jest.config.js. If you wish to configure it further, see lerna-jest.

module.exports = require('lerna-jest').guessRootConfig(__dirname)

What's inside

  • Standard.js for coding style
  • Prettier for maintaining the coding style with preconfigured Standard.js
  • Jest for testing with autoconfiguration via lerna-jest for each lerna project
  • lerna-isolate for extraction of your private lerna packages

Readme

Keywords

none

Package Sidebar

Install

npm i lerna-ministack

Weekly Downloads

1

Version

0.5.7

License

ISC

Unpacked Size

3.76 kB

Total Files

5

Last publish

Collaborators

  • just-paja