# Pont
[![CI](https://github.com/soupdevsolutions/pont/actions/workflows/ci.yml/badge.svg)](https://github.com/soupdevsolutions/pont/actions/workflows/ci.yml)
[![crates](https://img.shields.io/crates/v/pont)](https://crates.io/crates/pont)
Pont is a simple project template generator and loader. You can generate templates and load them from Git repositories or local directories.
## Installation
Currently, `pont` can only be installed using [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html).
```bash
cargo install pont
```
### Prerequisites
- `git` should be installed and available in your PATH.
## Usage
### Generate a template
```bash
pont new --name # to create a new directory
```
or
```bash
pont init # to use the current directory
```
### Build a project from a template
```bash
pont build --name --from