Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herber/fyi
A simple best practices linter.
https://github.com/herber/fyi
code linter stylelint
Last synced: 16 days ago
JSON representation
A simple best practices linter.
- Host: GitHub
- URL: https://github.com/herber/fyi
- Owner: herber
- License: mit
- Created: 2017-05-27T13:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T05:53:50.000Z (about 7 years ago)
- Last Synced: 2024-11-12T09:28:05.405Z (about 2 months ago)
- Topics: code, linter, stylelint
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# FYI
[![Supported by bytes](http://art.bytes.gq/badge.svg)](https://bytes.gq) [![Build Status](https://travis-ci.org/herber/fyi.svg?branch=master)](https://travis-ci.org/herber/fyi)> A simple best practices linter.
## Install
### With [`fyi-cli`](https://github.com/tobihrbr/fyi-cli)
```bash
npm install --global fyi-cli
```Navigate to your projects directory
Initialize a new fyi project
```bash
fyi-init
```### Global
```bash
npm install --global fyi
```## Usage
### For a single project
If you used the [`fyi-cli`](https://github.com/tobihrbr/fyi-cli) you can simply run `npm test`.```bash
npm test
```Other `npm test` commands will execute after fyi is done.
## License
MIT © [Tobias Herber](https://tobihrbr.com)