whiley 0.6.3

A command-line build tool and package manager for Whiley.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod build;
mod clean;
mod init;
mod install;
mod run;

pub use build::build;
pub use clean::clean;
pub use init::init;
pub use install::install;
pub use run::run;

// Help command

// Init command

// Install command