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

stachio

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stachio

Render mustachio'd (Handlebars) templates into a static site.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

stachio

npm node license

Render mustachio'd (Handlebars) templates into a static site.

Install

npm install stachio

Usage

API

import stachio from 'stachio';

const context = { greeting: 'hello' };
const cwd = process.cwd();
const destination = 'dist';
const options = { context, cwd, destination };

stachio(options);

CLI

$ stachio --help

  Render mustachio'd (Handlebars) templates into a static site.

  Usage
      $ stachio [$SOURCE_DIRECTORY=.] [$OUTPUT_DIRECTORY=dist]

  Options
      --help, -h       Display this message.
      --version, -v    Display the application version.

Testing

npm test

See Also

License

The MIT License (Expat). See the license file for details.

Keywords

static

FAQs

Package last updated on 20 Nov 2022

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