1.4.0 • Published 6 years ago

create-strict-app v1.4.0

Weekly downloads
14
License
MIT
Repository
github
Last release
6 years ago

create-strict-app

A set of utilities that will bootstrap a strict Node application.

Motivations

Whenever creating a Node app or module, I often copy over the same config to lint code, run tests, and lint commit messages. This tool aims to automate that process.

This package bootstraps the following config:

  • eslint
  • prettier
  • commitlint
  • nvm

Installation

  • Install globally with npm install -g create-strict-app
  • If creating a Lerna project, Lerna is required globally npm install -g lerna

Usage

  • cd into project directory or create new directory if needed.
  • Run create-strict-app in the project directory, appending the type of app you wish to create.

Applications

Node App

create-strict-app app

Lerna App

create-strict-app lerna

1.4.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago