Skip to content

crewnew/flutter_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initialize the project

  • cd install_manifests/docker_compose
  • cp .env.example .env
  • docker-compose up -d
  • cd ../packages/hasura_cli
  • hasura migrate apply
  • hasura metadata apply
  • melos bootstrap
  • melos schema
  • melos codegen

You can open the Console from the Hasura CLI by running:

  • cd install_manifests/pacakges/hasura_cli
  • hasura console

Conventions

Commits / PR

All Pull Request titles and commits must follow the conventional commit message format:

  • feat: Add new feature
  • chore: Remove unused file
  • fix: Fix bug
  • refactor: Refactor code
  • style: Improve the style
  • docs: Update docs

This is used to automate the versioning of the packages.

Releasing

Run and accept the versioning

melos version --all

Then, push the new version:

git push --follow-tags

Endpoints:

Packages

The application consists of open source software:

Contributors

Eusebiu
Eusebiu A. Plesa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published