Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smoothbear/pclt

For helping to create projects
https://github.com/smoothbear/pclt

Last synced: 1 day ago
JSON representation

For helping to create projects

Awesome Lists containing this project

README

        




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

```shell
pclt list
```
pclt list

### Create

```shell
pclt create -pn
```
pclt create

### Create (Other case)

* Spring Initializr

```shell
pclt create -pn spring-init ./
```

pclt spring

* Github

```shell
pclt create-pn github ./
```
pclt github

### Delete

```shell
pclt rm
```
OR
```shell
pclt remove
```

### Save

```shell
pclt save
```