Skip to content

PipecraftNet/geneasy

 
 

Repository files navigation

geneasy

NPM Version LICENSE code style: prettier

generate + easy = geneasy = ge

A command line tool that can easily generate HTML, Markdown documents, etc.

Installation

npm i -g geneasy

Usage

Usage: cli|ge [options] <data-file...>

A command line tool that can easily generate HTML, Markdown documents, etc.

Arguments:
  data-file              data file used to fill the document

Options:
  -t, --template <file>  template file used to render the document
  -o, --output <file>    output file
  -V, --version          output the version number
  -h, --help             display help for command

Examples:
  $ geneasy -t template.hbs -o README.md readme.json
  $ geneasy -t template.hbs -o index.html data.yaml
  $ ge -t template.hbs -o /list/index.html data.yaml

Plugins

  • geneasy-yaml - A plugin that enables geneasy to use dafa files in YAML format.
  • geneasy-handlebars - A plugin that enables geneasy to use the Handlebars templates.

License

Copyright (c) 2021 Pipecraft. Licensed under the MIT license.

>_

Pipecraft PZWD

About

A command line tool that can easily generate HTML, Markdown documents, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%