sup

Crates.iosup
lib.rssup
version0.2.13
sourcesrc
created_at2020-05-21 07:27:17.934397
updated_at2020-12-26 06:40:48.949625
descriptionSubstrate package manager
homepagehttps://github.com/clearloop/sup
repositoryhttps://github.com/clearloop/sup
max_upload_size
id244022
size49,921
(clearloop)

documentation

https://docs.rs/sup

README

Substrate package manager

etc crate downloads LICENSE

Sup is a package manager of substrate which uses the github as registry.

With sup, you can new you substrate node just in one command, and update your substrate dependencies by tags in one command as well.

For the official tutorial of creating substrate node without sup, please check out Create Your First Substrate Chain. For the example of using sup, please checkout the GUIDE.md.

Installation

cargo install sup

Usage

sup 0.2.8

USAGE:
    sup [FLAGS] <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -u, --update     Updates the global registry
    -V, --version    Prints version information

SUBCOMMANDS:
    config    Shows or edits the current config
    help      Prints this message or the help of the given subcommand(s)
    list      List registry source or tags
    new       Create a new substrate node template
    update    Update the target substrate project

Linked Projects

Welcome to add your projects below if you've got a adventure of the substrate ecology with sup!

Sup has been recorded in substrate-developer-hub/awesome-substrate, and granted by the web3 foundation grants program, welcome to check the awesome repo and the grants info in w3f.

LICENSE

Apache-2.0

Commit count: 56

cargo fmt