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: gnodev in root make install #1934

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Conversation

leohhhn
Copy link
Contributor

@leohhhn leohhhn commented Apr 16, 2024

Description

As discussed with @moul, this PR adds gnodev to the root Makefile command make install. With this, users who are just getting started can simply run make install and have a fully working local environment set up, with only one command.

I also made the output of the command a bit more readable with some color:
Screenshot 2024-04-16 at 13 31 52

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@leohhhn leohhhn requested a review from a team as a code owner April 16, 2024 04:26
@leohhhn leohhhn self-assigned this Apr 16, 2024
@leohhhn leohhhn merged commit e5ffc1e into gnolang:master Apr 18, 2024
12 checks passed
@leohhhn leohhhn deleted the makefile/gnodev branch April 18, 2024 10:54
omarsy pushed a commit to TERITORI/gno that referenced this pull request Apr 21, 2024
<!-- please provide a detailed description of the changes made in this
pull request. -->

## Description

As discussed with @moul, this PR adds `gnodev` to the root Makefile
command `make install`. With this, users who are just getting started
can simply run `make install` and have a fully working local environment
set up, with only one command.

I also made the output of the command a bit more readable with some
color:
<img width="930" alt="Screenshot 2024-04-16 at 13 31 52"
src="https://github.com/gnolang/gno/assets/33522493/176c7e0c-529d-4015-9f54-ca2f053dc9ea">

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Recently completed
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants