smoothbear / pclt

For helping to create projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Project Command Line Tool

A comfortable tools to start your projects!
Explore the docs >>

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

This project is a tool for creating projects.

Install

brew tap smoothbear/cli
brew install smoothbear/cli/pclt

Usage

This paragraph explains how to use this program.

View project template list

pclt list

pclt list

Create

pclt create -pn <project-name>

pclt create

Create (Other case)

  • Spring Initializr

    pclt create -pn spring-init ./
    pclt spring
  • Github

    pclt create-pn github ./
    pclt github

Delete

pclt rm <project-name>

OR

pclt remove <project-name>

Save

pclt save

About

For helping to create projects


Languages

Language:Go 96.7%Language:Gherkin 3.3%