We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo tangle gadget create currently just pulls from the hello world template: https://github.com/tangle-network/blueprint-template
cargo tangle gadget create
It'd be nice to add:
--repo
--path
$ cargo tangle gadget create Choose a template > 1. Base (A simple hello world template) [default] 2. [name] (description) 3. [name] (description) ...
This would be sourced from a list maintained in create.rs (with entries only coming from the tangle-network org, preferably).
create.rs
tangle-network
Currently not useful at all, we don't have any extra templates.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
cargo tangle gadget create
currently just pulls from the hello world template: https://github.com/tangle-network/blueprint-templateIt'd be nice to add:
--repo
and--path
to specify remote & local templates to use instead$ cargo tangle gadget create Choose a template > 1. Base (A simple hello world template) [default] 2. [name] (description) 3. [name] (description) ...
This would be sourced from a list maintained in
create.rs
(with entries only coming from thetangle-network
org, preferably).Currently not useful at all, we don't have any extra templates.
The text was updated successfully, but these errors were encountered: