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

[Issue #59] Set up cli/ codebase #67

Merged
merged 14 commits into from
Feb 3, 2025
Merged

Conversation

widal001
Copy link
Collaborator

@widal001 widal001 commented Feb 3, 2025

Summary

Sets up the cli/ codebase and mocks the commands we expect to implement in future tickets.

Changes proposed

What was added, updated, or removed in this PR.

  • Creates and sets up the cli/ sub-package
  • Creates a commander.js CLI application with a set of mock entry points
  • Sets up linting, formatting, and a test suite

Context for reviewers

Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Explain how the changes were verified.

  1. Checkout the PR
  2. Navigate to the cli/ codebase: cd cli
  3. Run the build npm run build
  4. Link the package locally: npm link
  5. Run cg help for the help menu

Additional information

Screenshots, GIF demos, code examples or output to help show the changes working as expected.

Screenshot 2025-02-03 at 11 54 11 AM Screenshot 2025-02-03 at 11 55 32 AM

@widal001 widal001 merged commit b03f5a9 into main Feb 3, 2025
1 check passed
@widal001 widal001 deleted the issue-59-set-up-cli-codebase branch February 3, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up the cli/ section of the codebase
1 participant