Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielsitek/tateru-cli
- Owner: danielsitek
- Created: 2020-02-19T08:45:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T00:41:12.000Z (8 months ago)
- Last Synced: 2024-08-11T08:50:34.718Z (5 months ago)
- Topics: ci, cicd, cli, generator, javascript, npm, static, static-site-generation, static-site-generator, static-website, tateru-cli, twig, twigjs, typescript
- Language: TypeScript
- Homepage:
- Size: 504 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```