Skip to content
New issue

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

feat(gbuild): new programs from template #4096

Merged
merged 7 commits into from
Aug 1, 2024
Merged

feat(gbuild): new programs from template #4096

merged 7 commits into from
Aug 1, 2024

Conversation

clearloop
Copy link
Contributor

Resolves #4094

$ cargo-gbuild new -h
Create a new gear program

Usage: cargo-gbuild new <PATH>

Arguments:
  <PATH>  Path of the gear program to be created

Options:
  -h, --help  Print help
  
$ cargo-gbuild new sails-program
cargo-gbuild new sails-program
  Downloading https://github.com/MedovTimur/template.git
     Finished sails-program

NOTE: cargo-gbuild init is not implemented, imo it is not frequently used, can add it as well in this PR if anybody think it is necessary

@gear-tech/dev

@clearloop clearloop added the A0-pleasereview PR is ready to be reviewed by the team label Jul 29, 2024
@breathx breathx added A2-mergeoncegreen PR is ready to merge after CI passes and removed A0-pleasereview PR is ready to be reviewed by the team labels Jul 31, 2024
@breathx
Copy link
Member

breathx commented Jul 31, 2024

Have you tested it manually? If yes, feel free to merge

@clearloop clearloop merged commit f42b755 into master Aug 1, 2024
10 checks passed
@clearloop clearloop deleted the cl/issue-4094 branch August 1, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-mergeoncegreen PR is ready to merge after CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(cargo-gbuild): Add method to fetch GitHub template of sails program and init new git repo
2 participants