Skip to content

Latest commit

 

History

84 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tools to make data processing and preparation easier

Rust codecov

Installation

To install the latest version of the package, run:

cargo install --locked --git https://github.com/carpenter-lab/essential-scripts-rs

or

cargo install --locked --git ssh://git@github.com/carpenter-lab/essential-scripts-rs.git

If you need the cargo command (i.e. cargo install), you can install it by following the instructions to install Rust. The package will be installed in ~/.cargo/bin and will take between 5 and 15 minutes to compile.

Documentation

The CLI documentation can be found in the docs directory here.

The Tools

All tools have a --help option which explains how to use the tool. This only explains how to access the help option. This can be run by using any of the following commands:

essential-scripts-rs help
# or
essential-scripts-rs help << tool name >>
# or
essential-scripts-rs << tool name >> --help

To run any tool, use the following setup:

essential-scripts-rs << tool name >>  << Positinal Arguments >>  << Options >>

Replace << tool name >> with the actual tool name (without angled brackets </>).

About

CLI tools to make data processing and preparation easier

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages