8000 Release v0.1.0 · gofr-dev/gofr-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.0

Compare
Choose a tag to compare
@vipul-rawat vipul-rawat released this 26 Aug 11:40
· 80 commits to main since this release
807e48c

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

0