Skip to content

arturi/yo-yoify-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yo-yoify-standalone

Useful when you want to use yo-yoify to

transform choo, yo-yo, or bel template strings into pure and fast document calls.

but can’t, or don’t want to, use browserify.

I run this before running Babel transforms. See also: https://github.com/goto-bus-stop/babel-plugin-yo-yoify

Usage

CLI

npm install yo-yoify-standalone --global

cat src/file.js | ./yoyoify-standalone.js > lib.yoyoified/file.js

In a module

npm install yo-yoify-standalone --save
var yoyoify = require('yo-yoify-standalone')

yoyoify('src/script.js', 'dist/script.js')

About

transform choo, yo-yo, or bel template strings into pure and fast document calls, without Browserify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published