nol

Crates.ionol
lib.rsnol
version0.3.0
sourcesrc
created_at2023-05-28 10:13:38.823138
updated_at2023-09-21 09:48:27.645981
descriptionA simply program to write test in executable
homepage
repositoryhttps://github.com/taishingi/zuu/tree/master/nol
max_upload_size
id876361
size48,472
Willy Micieli (taishingi)

documentation

README

Nol

A program to build a program to run tests

Installation

cargo install nol

Usage

nol

Configuration

Edit this file and add your project inside the repositories list

# ~/.config/nol/nol.yml

quiet: false # To enable/disabled console output
repositories:
  - nol # ~/Nol/nol contains the source code
dependencies: # All dependencies for new repository to add at the src
  - testing_unit
  - testing_performance
  - continuous-testing
  - sparte
  - eywa

Social links

Commit count: 9

cargo fmt