Giter Club home page Giter Club logo

progen's Introduction

Project Generator CLI

A CLI tool for generating projects with sensible defaults.

Motivation

There are few good project generator tools exist such as JHipster, Bootify, generator-springboot.

The reasons for creating this new progen CLI tool are:

  • To generate the application with minimal code and the most commonly used features and configurations only.
  • We should be able to use the tool offline to create the projects.
  • We should be able to use the tool without requiring the installation of other languages SDKs. For example, for generating a Java application, we shouldn't need to install Node.js or Python, etc.

Installation

Using OS specific binary

Download the latest binary for your OS and Architecture(arm64, x86_64) from https://github.com/sivaprasadreddy/progen/releases.

Using Go Install

If you have Go installed on your machine, you can use the following command to install progen:

$ go install github.com/sivaprasadreddy/progen@latest
$ progen --help

Important

On MacOS, you may get the error "progen cannot be opened because the developer cannot be verified". To fix this, you can select the progen binary in Finder, hold control and click, and select Open. You will then be prompted to confirm that you want to open the binary. After confirming, you can run progen as usual.

Usage:

$ progen
? Choose application type:  [Use arrows to move, type to filter]
> Minimal Java
  Spring Boot
  Minimal Go

Generate a Minimal Java Project

minimal-java.gif

Generate a Spring Boot Project

spring-boot.gif

Generate a Go Project

minimal-go.gif

License

The progen is an Open Source software released under the Apache 2.0 License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.