New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

geneasy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geneasy

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

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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

Keywords

geneasy

FAQs

Package last updated on 23 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts