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

taichi

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taichi

Template engine

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

taichi

Template engine

EXAMPLE

Piping a template file to taichi and then to stdout.

var fs = require('fs');
var file1 = fs.createReadStream('[path to template file]');
file1.pipe(taichi.from('jade').to('html')).pipe(process.stdout);

Current status (dev 0.0.1)

Currently just passing data through, until binding parser and compiler libs.

Keywords

taichi

FAQs

Package last updated on 15 Feb 2014

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