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

Release v0.1.0 #8

Merged
merged 6 commits into from
Aug 26, 2024
Merged

Release v0.1.0 #8

merged 6 commits into from
Aug 26, 2024

Conversation

vipul-rawat
Copy link
Member

Release v0.1.0

👀 Overview

This is the initial release of our CLI tool, built on top of the GoFr. This version provides basic functionality for:

  • init: Generating a project template with essential files and structures.
  • migrate: Creating a template for database migrations.
  • version: Displaying the current version of the CLI tool.

✨ Features

  • Project template
    Generation of a basic project structure with hello endpoint built on gofr, including mod files and main package.
    Example: init -name=hello-world

  • Migrations template
    Generation of migrations directory with given migration file.
    Example: migrate create -name=create_table_users

@srijan-27 srijan-27 merged commit 807e48c into main Aug 26, 2024
3 checks passed
@vipul-rawat vipul-rawat deleted the release-0.1.0 branch January 8, 2025 09:12
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.

3 participants