Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/williamsampaio/flaskeleton


https://github.com/williamsampaio/flaskeleton

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flaskeleton

Flaskeleton

## Usage

There are many ways to use Flaskeleton, below you can choose the one you like best.

### Flaskeleton CLI

See about [Flaskeleton CLI](https://github.com/WilliamSampaio/flaskeleton-cli).

```bash
pip install flaskeleton-cli
# flaskeleton create --help
flaskeleton create --path /path/of/projects project_name
```

### Bash Script

#### Using CURL

```bash
# curl -s https://raw.githubusercontent.com/WilliamSampaio/flaskeleton/master/create | bash
bash <(curl -s https://raw.githubusercontent.com/WilliamSampaio/flaskeleton/master/create) -p /path/of/projects -f project_name
```

#### Using Wget

```bash
# wget -qO - https://raw.githubusercontent.com/WilliamSampaio/flaskeleton/master/create | bash
bash <(wget -qO - https://raw.githubusercontent.com/WilliamSampaio/flaskeleton/master/create) -p /path/of/projects -f project_name
```

### Git

```bash
git clone https://github.com/WilliamSampaio/flaskeleton.git project_name
```