Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:59:44.000Z (5 months ago)
- Last Synced: 2024-10-27T20:41:59.752Z (2 months 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
![image](https://github.com/user-attachments/assets/4b93cf11-fc44-4dc2-ab1b-61a18bb8561f)
## You can enable postgres, redis if you want
![image](https://github.com/user-attachments/assets/641322d9-d35e-4123-861d-2d7237a9c242)
## As you can see it generated the boilerplate successfully
![image](https://github.com/user-attachments/assets/d22afcfc-f95c-4107-be74-2ae3e7150eda)