mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
3c222916c6
Co-authored-by: Christoph Siedentop <christoph@siedentop.name>
886 B
886 B
Welcome to nushell!
Note: for a more complete guide see The nu contributor book
For speedy contributions open it in Gitpod, nu will be pre-installed with the latest build in a VSCode like editor all from your browser.
To get live support from the community see our Discord, Twitter or file an issue or feature request here on GitHub!
Developing
Set up
This is no different than other Rust projects.
git clone https://github.com/nushell/nushell
cd nushell
cargo build
Tests
Run tests with:
cargo test --all --features=stable,test-bins