You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't really follow the LanguageBreak instructions because I didn't care about most of the features + I was curious to do it myself, but the LanguageBreak github repo was invaluable for debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This phase is essentially the core of his work: since the basic framework was laid out last phase, the past month or so saw a number of new features using these features. For example, coala-quickstart now supports parsing useful information from meta-files like Gruntfile.js, .editorconfig, package.json, and Gemfile. With this information, we now suggest and identify relevant bears tailored just for your project. Install coala-quickstart and give it a run! Do let us know if you face any issues.
The user interface is still a little raw, but Satwik's next course of action is just that: making various improvements to the CLI. This phase will probably involve a lot more discussion (and collecting
In the past month or so, he has laid down the framework that's going to be used by the rest of his stuff -- this includes a generic module for storing any kind of information, an extractor module that exposes some useful functions, and a bunch of information classes (inheriting the previously mentioned Info) that hold things like whether you want spaces/tabs, what license your project uses, what files to include, what files to not include, and so on.
This information will be filled in from various metadata files (examples: gruntfile.js, .editorconfig, package.json, Gemfile). Each of these files will be parse
Hello! Last year, I had a lot of fun as a GSoC student with coala. I worked on this tool called coala-quickstart, which is supporting tool for coala users. With coala-quickstart, users can generate a coala configuration file tailored to their project. And this year, I get to be a mentor to a student working on building new and amazing stuff upon my work.
Satwik is my student (which is really weird thing; he and I are the same age). He's from Delhi and he goes to Delhi Technological University. He's been contributing to coala since January and he's pretty awesome. He'll be working on integrating various developer config files into coala.
Imagine you're creating a new Node.js project. You'll be creating a package.json, maybe a Gulpfile.js and some other metadata files. These files are filled wit information like what files to include in the project, what files to ignore, what