All Projects → coala → Coala Quickstart

coala / Coala Quickstart

Licence: agpl-3.0
A tool that generates an initial coala config file for you!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Coala Quickstart

Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+585.11%)
Mutual labels:  multiprocessing
Complex Yolov4 Pytorch
The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
Stars: ✭ 691 (+1370.21%)
Mutual labels:  multiprocessing
Sqliv
massive SQL injection vulnerability scanner
Stars: ✭ 840 (+1687.23%)
Mutual labels:  multiprocessing
Pytorch A3c
Simple A3C implementation with pytorch + multiprocessing
Stars: ✭ 364 (+674.47%)
Mutual labels:  multiprocessing
Add Gitignore
An interactive CLI tool that adds a .gitignore to your projects.
Stars: ✭ 467 (+893.62%)
Mutual labels:  gitignore
Imgp
📸 High-performance cli batch image resizer and rotator
Stars: ✭ 744 (+1482.98%)
Mutual labels:  multiprocessing
Keras Multiprocess Image Data Generator
Accelerating Deep Learning with Multiprocess Image Augmentation in Keras
Stars: ✭ 310 (+559.57%)
Mutual labels:  multiprocessing
Gitignore
Create .gitignore files from gitignore.io templates
Stars: ✭ 27 (-42.55%)
Mutual labels:  gitignore
Parallel
Parallel processing for PHP based on Amp.
Stars: ✭ 478 (+917.02%)
Mutual labels:  multiprocessing
Gitignore
The largest collection of useful .gitignore templates
Stars: ✭ 839 (+1685.11%)
Mutual labels:  gitignore
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (+759.57%)
Mutual labels:  multiprocessing
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (+846.81%)
Mutual labels:  gitignore
Gitignore.io
.gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
Stars: ✭ 6,709 (+14174.47%)
Mutual labels:  gitignore
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+597.87%)
Mutual labels:  multiprocessing
Fiber
Distributed Computing for AI Made Simple
Stars: ✭ 866 (+1742.55%)
Mutual labels:  multiprocessing
Billiard
Multiprocessing Pool Extensions
Stars: ✭ 314 (+568.09%)
Mutual labels:  multiprocessing
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+60674.47%)
Mutual labels:  gitignore
Gitignore
.gitIgnore file for Salesforce or Force.com Projects
Stars: ✭ 27 (-42.55%)
Mutual labels:  gitignore
Autooffload.jl
Automatic GPU, TPU, FPGA, Xeon Phi, Multithreaded, Distributed, etc. offloading for scientific machine learning (SciML) and differential equations
Stars: ✭ 21 (-55.32%)
Mutual labels:  multiprocessing
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-63.83%)
Mutual labels:  gitignore

.. image:: 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 <https://github.com/coala/coala>__'s configuration file) that is tailored to your project. This supports projects in several languages, including popular languages such as C/C++, Python, JavaScript, CSS, Java.

Please note that you will want to manually adapt the configuration to your needs!


.. contents:: :local: :depth: 1 :backlinks: none


======== Features

  • Out-of-the-box support for projects using various popular languages <https://github.com/coala/bear-docs/blob/master/README.rst>__, 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:

.. code-block:: bash

$ pip3 install coala-quickstart

|Stable|

To install the latest development version run:

.. code-block:: bash

$ git clone https://github.com/coala/coala-quickstart
$ cd coala-quickstart
$ pip3 install . 

Use the -e tag to install coala-quickstart in the editable mode which will allow you to make changes to the local repository and have them take effect in coala-quickstart immediately. For that, use the last commmand as:

.. code-block:: bash

$ pip3 install -e .

|PyPI| |Windows| |Linux|


===== Usage

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

.. code-block:: bash

$ 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:

.. code-block:: bash

$ coala

You can also open the .coafile in your favorite editor and edit the settings to suit your needs. Check out our coafile specification <http://coala.readthedocs.io/en/latest/Users/coafile.html>__ to learn more.


======= Support

Feel free to contact us at our Gitter channel <https://gitter.im/coala/coala>__, we'd be happy to help!

You can also drop an email at our mailing list <https://github.com/coala/coala/wiki/Mailing-Lists>__.


======= Authors

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


======= License

|AGPL|

.. |Windows| image:: https://img.shields.io/badge/platform-Windows-brightgreen.svg .. |Linux| image:: https://img.shields.io/badge/platform-Linux-brightgreen.svg .. |Stable| image:: https://img.shields.io/badge/latest%20stable-0.3.0-green.svg .. |PyPI| image:: https://img.shields.io/pypi/pyversions/coala-quickstart.svg :target: https://pypi.python.org/pypi/coala-quickstart .. |Linux Build Status| image:: https://img.shields.io/circleci/project/coala/coala-quickstart/master.svg?label=linux%20build :target: https://circleci.com/gh/coala/coala .. |Windows Build status| image:: https://img.shields.io/appveyor/ci/coala/coala/master.svg?label=windows%20build :target: https://ci.appveyor.com/project/coala/coala/branch/master .. |Scrutinizer Code Quality| image:: https://img.shields.io/scrutinizer/g/coala-analyzer/coala.svg?label=scrutinizer%20quality :target: https://scrutinizer-ci.com/g/coala-analyzer/coala/?branch=master .. |codecov.io| image:: https://img.shields.io/codecov/c/github/coala/coala/master.svg?label=branch%20coverage :target: https://codecov.io/github/coala/coala?branch=master .. |Documentation Status| image:: https://readthedocs.org/projects/coala/badge/?version=latest :target: http://coala.rtfd.org/ .. |AGPL| image:: https://img.shields.io/github/license/coala/coala.svg :target: https://www.gnu.org/licenses/agpl-3.0.html .. |Gitmate| image:: https://img.shields.io/badge/Gitmate-0%20issues-brightgreen.svg :target: http://gitmate.com/ .. |gitter| image:: https://badges.gitter.im/coala/coala.svg :target: https://gitter.im/coala/coala :alt: Chat on Gitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].