# Construct

> A Simple Static Site Generator Written In Node

## Usage

Install the cli:

```bash
$ npm install -g construct-cli
```

Create a new folder, and create a new site inside of it

```bash
$ mkdir site
$ cd site
$ construct new
```

Build the site

```bash
$ construct build
```