Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zufardhiyaulhaq/project-generator
Golang, Java, and Ruby boilerplate. Design with simplicity!
https://github.com/zufardhiyaulhaq/project-generator
automation boilerplate generator golang golang-boilterplate golang-generator java java-boilerplate java-generator ruby ruby-boilerplate ruby-generator
Last synced: 1 day ago
JSON representation
Golang, Java, and Ruby boilerplate. Design with simplicity!
- Host: GitHub
- URL: https://github.com/zufardhiyaulhaq/project-generator
- Owner: zufardhiyaulhaq
- Created: 2020-02-21T12:58:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T08:46:54.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:34:30.824Z (7 months ago)
- Topics: automation, boilerplate, generator, golang, golang-boilterplate, golang-generator, java, java-boilerplate, java-generator, ruby, ruby-boilerplate, ruby-generator
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- Citation: citation.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Project Generator
Project Generator is a automation tools to setup boilerplate of language project folder.### Language
Supported Language:
- Ruby
- Java
- Golang### Installation
```
git clone https://github.com/zufardhiyaulhaq/project-generator.git
cd project-generator
make install
```### Setup your own environment
- edit the environment in template folder for each language, free to custom
- install the tools again
```
make uninstall
make install
```### Usage
- to initialize Ruby project folder
```
ruby-gen PROJECT-NAME
```- to intialize Java project folder
```
java-gen PROJECT-NAME
```- to intialize Golang project folder
```
golang-gen PROJECT-NAME MODULE-PATH
```