Skip to content

tx44/typedo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typedo

Webfonts preparing tool on Node.js

$ [sudo] npm install -g typedo

Input file types

TTF, OTF, FON

Output file types

WOFF, WOFF2, CSS

Required system packages

brew install fontforge --with-x11
brew install ttfautohint --with-qt
brew install bramstein/webfonttools/woff2

Usage

Usage:
  typedo [SUBCOMMAND] [OPTIONS] [ARGS]

Subcommands:
  typedo build
  typedo server (WIP)

Options:
  -h, --help : Help
  -v, --version : Version
  -i INPUT, --input=INPUT : Input file or folder
  -o OUTPUT, --output=OUTPUT : Output (destination) folder

Arguments:
  INPUT : Alias to --input
  OUTPUT : Alias to --output
  • with files:
$ typedo build test.ttf
$ typedo build -i test.ttf
$ typedo build -i test.ttf -o path/to/output/folder
  • with folder:
$ typedo build -i path/to/input/folder

About

Webfonts preparing tool on Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published