# Packages
Copyright (c) 2023 the go-mongr8 Authors and Contributors
[@see Authors file]
Licensed under the MIT License
(https://opensource.org/licenses/MIT)
*/.
# Functions
init mongr8 migration structure this will generate all required folders for mongr8 project-root/ ├── mongr8/ | ├── cmd/ | ├── contains migration commands | ├── collection/ | ├── contains collection schema definitions | ├── config/ | ├── contains some setup files | ├── migration/ | ├── contains some migration files.