Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielsitek/tateru-cli

Simple CLI static site builder tool with Twig.
https://github.com/danielsitek/tateru-cli

ci cicd cli generator javascript npm static static-site-generation static-site-generator static-website tateru-cli twig twigjs typescript

Last synced: about 2 months ago
JSON representation

Simple CLI static site builder tool with Twig.

Awesome Lists containing this project

README

        

# Tateru CLI

[![Maintainability](https://api.codeclimate.com/v1/badges/a27bd4122e740512c6f9/maintainability)](https://codeclimate.com/github/danielsitek/tateru-cli/maintainability)
[![pipeline status](https://gitlab.com/danielsitek/tateru-cli-ci/badges/master/pipeline.svg)](https://gitlab.com/danielsitek/tateru-cli-ci/pipelines)
[![tateru-cli-ci status](https://github.com/danielsitek/tateru-cli-ci/workflows/CI%20tests/badge.svg?branch=master)](https://github.com/danielsitek/tateru-cli-ci/actions)
[![GitHub Actions](https://img.shields.io/badge/CI-GitHub%20Actions-blue.svg?logo=github)](https://github.com/danielsitek/tateru-cli-ci/actions)
[![GitLab Actions](https://img.shields.io/badge/CI-GitLab%20Pipelines-blue.svg?logo=gitlab)](https://gitlab.com/danielsitek/tateru-cli-ci/pipelines)
[![npm](https://img.shields.io/npm/v/tateru-cli)](https://www.npmjs.com/package/tateru-cli)

Simple CLI static site builder tool with Twig.

## Install

Install Tateru CLI in your project.

```shell
npm i -D tateru-cli
```

## Usage

Create config file `tateru.config.json` with all settings based on example config file in `/test`. And run following command.

```shell
npx tateru-cli tateru.config.json
```