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

typers

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typers

Manage your fonts wisely. To the web, from terminal.

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
2
-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

#Typers

version coveralls Downloads Dependencies license

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 -g

Usage

In your project folder, you can initialize Typers creating a typers.json file through this command line:

typers init

If 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

  • Gabriel Zigolis
  • Guilherme Oderdenge
  • Ricardo Dantas

Contributing

// TODO

Get engaged!

![Gitter](https://badges.gitter.im/Join Chat.svg)

License

Licensed under the MIT License.

Keywords

google fonts

FAQs

Package last updated on 28 Jan 2015

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