Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdayanand/lintia

Fast linter for Julia programming language
https://github.com/vdayanand/lintia

Last synced: 3 months ago
JSON representation

Fast linter for Julia programming language

Awesome Lists containing this project

README

        

# Lintia

### Fast linter for Julia (Work In Progress)

## Prerequisites
* [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)

## Installation
1. Clone the repository: `git clone https://github.com/vdayanand/lintia --recurse-submodules`
2. Navigate to the Lintia directory: `cd lintia`
3. Run Lintia with the following command:
```
cargo run --project=
```
For example:
```
cargo run ~/code/Example/src/Example.jl --project=~/code/Example -p
```