Skip to content

A binary that generates an initial coala config lightning fast for you!

License

Notifications You must be signed in to change notification settings

paniabhisek/coala-quickstart

 
 

Repository files navigation

https://cloud.githubusercontent.com/assets/7521600/19196124/e6ea06dc-8cd1-11e6-84a8-c51c899a1f36.png

coala-quickstart: personalized coala setup for your project

coala-quickstart is a tool that helps users to quickly get started with coala. It can generate a .coafile ( coala's configuration file) that is tailored perfectly for your project without any interaction. This supports projects in several languages, including popular languages such as C/C++, Python, JavaScript, CSS, Java.



Features

  • Out-of-the-box support for projects using various popular languages, such as C/C++, Python, Javascript, CSS, Java and many others with built-in check routines.
  • Automatic identification of relevant bears for your project based on the languages used.
  • A clean and simple interface with a well defined flow.

Installation

To install the latest stable version run:

$ pip3 install coala-quickstart

Stable

To install the latest development version run:

$ pip3 install coala-quickstart --pre

The latest code from the master branch is automatically deployed as the development version in PyPI.

PyPI Windows Linux


Usage

coala-quickstart is designed with ease of use and simplicity in mind. To get started, simply run:

$ coala-quickstart

This should prompt you for the project directory. If you want to use the current directory, just press the return key and we'll be on our way!

At the end, you should have a file named .coafile generated at the root of your project directory. This contains all the settings needed by coala to lint and fix your code.

When this is done, simply fire up coala from your project's root directory:

$ coala

You can also open the .coafile in your favorite editor and edit the settings to suit your needs. Check out our coafile specification to learn more.


Support

Feel free to contact us at our Gitter channel, we'd be happy to help!

You can also drop an email at our mailing list.


Authors

coala-quickstart is maintained by a growing community. Please take a look at the meta information in setup.py for the current maintainers.


License

AGPL

About

A binary that generates an initial coala config lightning fast for you!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 97.2%
  • Shell 2.8%