vile-reek
v0.2.1
Published
A vile plugin for reek.
Downloads
11
Readme
vile-reek
NOTICE
This project is not actively maintained. If you want to help maintain the project, or if you have a better alternative to switch to, please open an issue and ask!
Requirements
Installation
Currently, you need to have reek
installed manually.
Example:
npm i -D vile vile-reek
gem install reek
Note: A good strategy is to use bundler.
Config
reek:
config: .reek.yml
Versioning
This project ascribes to semantic versioning.
Licensing
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Contributions
Current list of Contributors.
Any contributions are welcome and appreciated!
All you need to do is submit a Pull Request.
- Please consider tests and code quality before submitting.
- Please try to keep commits clean, atomic and well explained (for others).
Issues
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an issue or question is welcome.
Code Of Conduct
This project ascribes to contributor-covenant.org.
By participating in this project you agree to our Code of Conduct.
Maintainers
- Nothing to see here...
Architecture
This project is currently written in JavaScript. Reek provides a JSON CLI output that is currently used until a more ideal IPC option is implemented.
bin
houses any shell based scriptssrc
is es6+ syntax compiled with babellib
generated js library
Hacking
cd vile-reek
npm install
gem install reek
npm run dev
npm test