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: add moonrepo/moon #16330

Merged
merged 2 commits into from Oct 14, 2023
Merged

Conversation

CrystalMethod
Copy link
Contributor

@CrystalMethod CrystalMethod commented Oct 14, 2023

moonrepo/moon: A task runner and repo management tool for the web ecosystem

$ aqua g -i moonrepo/moon

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ moon --help
Take your repo to the moon!

Usage: moon [OPTIONS] <COMMAND>

Commands:
  completions    Generate command completions for your current shell.
  init           Initialize a new tool or a new moon repository, and scaffold config files.
  bin            Return an absolute path to a tool's binary within the toolchain.
  node           Special Node.js commands.
  setup          Setup the environment by installing all tools.
  teardown       Teardown the environment by uninstalling all tools and deleting temp files.
  action-graph   Display an interactive dependency graph of all tasks and actions.
  project        Display information about a single project.
  project-graph  Display an interactive graph of projects.
  sync           Sync the workspace to a healthy state.
  task           Display information about a single task.
  generate       Generate and scaffold files from a pre-defined template.
  check          Run all build and test related tasks for the current project.
  ci             Run all affected projects and tasks in a CI environment.
  run            Run one or many project tasks and their dependent tasks.
  clean          Clean the workspace and delete any stale or invalid artifacts.
  docker         Operations for integrating with Docker and Dockerfile(s).
  migrate        Operations for migrating existing projects to moon.
  query          Query information about moon, the environment, and pipeline.
  upgrade        Upgrade to the latest version of moon.

Options:
      --cache <CACHE>              Mode for cache operations [env: MOON_CACHE=] [default: read-write] [possible values: off, read, read-write,
                                   write]
      --color                      Force colored output for moon
  -c, --concurrency <CONCURRENCY>  Maximum number of threads to utilize [env: MOON_CONCURRENCY=]
      --log <LOG>                  Lowest log level to output [env: MOON_LOG=] [default: info] [possible values: off, error, warn, info, debug,
                                   trace]
      --logFile <LOG_FILE>         Path to a file to dump the moon logs [env: MOON_LOG_FILE=]
  -h, --help                       Print help
  -V, --version                    Print version

[moonrepo/moon](https://github.com/moonrepo/moon): A task runner and repo management tool for the web ecosystem
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 14, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v4.66.0 milestone Oct 14, 2023
@suzuki-shunsuke
Copy link
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke merged commit 2c93d18 into aquaproj:main Oct 14, 2023
16 checks passed
@suzuki-shunsuke
Copy link
Member

@CrystalMethod CrystalMethod deleted the feat/moonrepo/moon branch October 17, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants