keplersj / cli-linter-generator

A Generator for the creation of Linter CLI Providers for Atom.
MIT License
0 stars 0 forks source link

Port it to Python or NodeJS #1

Open steelbrain opened 9 years ago

steelbrain commented 9 years ago

Python preferably, 'cause almost all of the people have python installed by default

AsaAyers commented 9 years ago
  1. Why would I install a binary for something I use once to generate a linter? It should be a script I can run easily. Preferably in my own language
  2. Your target audience isn't able to help if you won't write the tool in their language.

Since this generates ES6, it should definitely be written in ES6

steelbrain commented 9 years ago

@AsaAyers You have my :+1:

AsaAyers commented 9 years ago

Atom has a package generator, and minimap has a set of generators:

selection_147

If it's not too complex maybe we should do the same thing in linter. What do you think?

steelbrain commented 9 years ago

Does it have a public API?

AsaAyers commented 9 years ago

¯_(ツ)_/¯ I've done seconds if research (i searched for generate in the command list)

AsaAyers commented 9 years ago

I don't think so. For some reason minimap uses a custom element and attaches it to atom and it generates the project. It's probably more effort than it's worth since we don't really need to generate a completely new project.