fmontesi / linter-jolie

A Jolie linter for Atom (via Atom Linter)
MIT License
1 stars 1 forks source link

Install `linter` automatically. #1

Closed keplersj closed 8 years ago

keplersj commented 9 years ago

By using atom-package-deps you are able to install linter automatically on activation. This will allow new Atom users to install only your package and nothing else, removing one step from the installation process.

Please see AtomLinter/linter-ruby#38 for example.

fmontesi commented 8 years ago

Done, thank you for the pointer!