https://github.com/qntum-dev/boilercli
This is a CLI tool which can be used for generating boilerplates for different frameworks/languages with suitable docker files and docker compose files for development.
https://github.com/qntum-dev/boilercli
bash cli docker golang tool
Last synced: about 1 month ago
JSON representation
This is a CLI tool which can be used for generating boilerplates for different frameworks/languages with suitable docker files and docker compose files for development.
- Host: GitHub
- URL: https://github.com/qntum-dev/boilercli
- Owner: qntum-dev
- License: other
- Created: 2024-07-15T05:55:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:59:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T02:25:21.011Z (over 1 year ago)
- Topics: bash, cli, docker, golang, tool
- Language: Go
- Homepage:
- Size: 5.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boilercli 🛠
This is a CLI tool which can be used for generating boilerplates for different frameworks/languages with suitable docker files and docker compose files for development.
Available commands are :-
- boilercli dockerize node --> This command is use to generate your node js template and necessary dockerfiles and docker compose file will be generated.
## Note⚠️
Currently it can only generate template for node js. In future more frameworks, languages will be added.
***Also for windows*** you have to use git bash or bash emulating terminal environment
## This images are for reference

## You can enable postgres, redis if you want

## As you can see it generated the boilerplate successfully
