1.0.4 • Published 5 years ago

oddsrc-guidelines v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

oddsrc-guidelines

Latest Version on NPM Software License

This package is a set of guidelines for linters and editors.

What it includes:

  • .babelrc
  • .editorconfig
  • .eslintrc
  • .php_cs
  • .prettierrc
  • .stylelintrc
  • tsconfig.json

It will install the needed dependencies. (airbnb-base, prettier, eslint, etc)

Install

You can install the package via yarn:

$ yarn add oddsrc-guidelines
$ yarn global add oddsrc-guidelines

Usage

The package should register a binary either locally or globally. Adjust the following commands to your needs.

To list all available commands:

$ guidelines --help

The package uses yarn by default to install packages (if it exists in the system). In case you have both yarn and npm installed but wish to use npm, pass the flag --npm.

License

The MIT License (MIT). Please see License File for more information.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago