project-generator

Golang, Java, and Ruby boilerplate. Design with simplicity!

https://github.com/zufardhiyaulhaq/project-generator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary

Keywords

automation boilerplate generator golang golang-boilterplate golang-generator java java-boilerplate java-generator ruby ruby-boilerplate ruby-generator
Last synced: 4 months ago · JSON representation ·

Repository

Golang, Java, and Ruby boilerplate. Design with simplicity!

Basic Info
  • Host: GitHub
  • Owner: zufardhiyaulhaq
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 65.4 KB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
automation boilerplate generator golang golang-boilterplate golang-generator java java-boilerplate java-generator ruby ruby-boilerplate ruby-generator
Created almost 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing Funding Citation Codeowners

README.md

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

Owner

  • Name: Zufar Dhiyaulhaq
  • Login: zufardhiyaulhaq
  • Kind: user
  • Location: Indonesia
  • Company: GoTo Financial

@gopaytech Engineering, @cloudnative-id lead organizer

Citation (citation.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Dhiyaulhaq"
  given-names: "Zufar"
title: "project-generator"
version: 1.0.0
date-released: 2022-04-30
url: "https://github.com/zufardhiyaulhaq/project-generator"

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 11
  • Total Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
zufardhiyaulhaq z****q@g****m 11

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

template/java-template/build.gradle maven
  • junit:junit 4.12 testImplementation
template/ruby-template/Gemfile rubygems
  • rake = 13.0.1
  • rspec = 3.9
  • rubocop = 0.79.0
  • simplecov = 0.18.2
template/ruby-template/Gemfile.lock rubygems
  • ast 2.4.0
  • diff-lcs 1.3
  • docile 1.3.2
  • jaro_winkler 1.5.4
  • parallel 1.19.1
  • parser 2.7.0.2
  • rainbow 3.0.0
  • rake 13.0.1
  • rspec 3.9.0
  • rspec-core 3.9.1
  • rspec-expectations 3.9.0
  • rspec-mocks 3.9.1
  • rspec-support 3.9.2
  • rubocop 0.79.0
  • ruby-progressbar 1.10.1
  • simplecov 0.18.2
  • simplecov-html 0.12.1
  • unicode-display_width 1.6.1