0.0.5 • Published 11 years ago
typers v0.0.5
#Typers
Typers is a very simple font manager for your web application. Through it, you can search, find and install with ease all the fonts that your app needs to be amazing and more incredible rightly from your terminal prompt.
Install
npm install typers -gUsage
In your project folder, you can initialize Typers creating a typers.json file through this command line:
typers initIf you want to specify a directory to the downloaded content, you are able
to do this through --dir option, such as:
typers init --dir="/assets/fonts/"And for everything else:
typers [command] <font-name> [options]Commands:
init Start the project settings.
install <font-names> Download the fonts.
search <font-name> Search for a font.
help Show this help.Options:
-h, --help output usage information
-V, --version output the version number
-s, --save Save the font information to the project's settings.
-o, --style <engine> specify stylesheet engine (css|sass|less)
--min Minify the CSS output from downloaded font.Core team
Contributing
// TODO
Get engaged!
(https://badges.gitter.im/Join Chat.svg)
License
Licensed under the MIT License.