https://github.com/sturdynut/emify
📟 Convert "px" to "em" or "rem" units in the command line
https://github.com/sturdynut/emify
Last synced: 5 days ago
JSON representation
📟 Convert "px" to "em" or "rem" units in the command line
- Host: GitHub
- URL: https://github.com/sturdynut/emify
- Owner: sturdynut
- License: mit
- Created: 2019-07-26T20:40:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T23:11:02.000Z (almost 6 years ago)
- Last Synced: 2025-05-09T04:42:15.219Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# emify [](https://travis-ci.org/sturdynut/emify)
> A CLI to convert PX to *EM units
## Install
```
$ npm install --global emify
```## Usage
```
$ emify [input]Options
--base 10px [Default: 16px]
--unit em [Default: rem]Examples
$ emify 12px --base 14px --unit rem
1.17rem
```