Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smoothbear/pclt
- Owner: smoothbear
- Created: 2021-04-05T12:05:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T23:59:36.000Z (over 3 years ago)
- Last Synced: 2024-05-20T19:32:51.100Z (6 months ago)
- Language: Go
- Homepage:
- Size: 31.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Command Line Tool
A comfortable tools to start your projects!
Explore the docs >>
Table of Contents
## 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
```### Create
```shell
pclt create -pn
```### Create (Other case)
* Spring Initializr
```shell
pclt create -pn spring-init ./
```
* Github
```shell
pclt create-pn github ./
```
### Delete
```shell
pclt rm
```
OR
```shell
pclt remove
```### Save
```shell
pclt save
```