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.0.1 #7

Closed
wants to merge 7 commits into from
Closed

Release v0.0.1 #7

wants to merge 7 commits into from

Conversation

vipul-rawat
Copy link
Member

Release v0.0.1

👀 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

@vipul-rawat vipul-rawat deleted the release-0.0.1 branch August 26, 2024 11:38
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.

2 participants