Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevva/viewport-list-cli
Return a list of devices and their viewports
https://github.com/kevva/viewport-list-cli
Last synced: about 2 months ago
JSON representation
Return a list of devices and their viewports
- Host: GitHub
- URL: https://github.com/kevva/viewport-list-cli
- Owner: kevva
- License: mit
- Created: 2015-07-07T14:28:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T18:02:18.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T13:17:55.020Z (8 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 60
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-cli-apps - viewport-list-cli - Return a list of devices and their viewports. (Development / Frontend Development)
- fucking-awesome-cli-apps - viewport-list-cli - Return a list of devices and their viewports. (Development / Frontend Development)
README
# viewport-list-cli [![Build Status](http://img.shields.io/travis/kevva/viewport-list-cli.svg?style=flat)](https://travis-ci.org/kevva/viewport-list-cli)
> Return a list of devices and their viewports
## Install
```
$ npm install --global viewport-list-cli
```## Usage
```bash
$ viewport-list --helpUsage
$ viewport-list [device]
$ viewport-list <Example
$ viewport-list iphone4 iphone5
$ viewport-list < devices.txtOptions
-p, --pretty Print the results in a table
```## Related
* [viewport-list](https://github.com/kevva/viewport-list) - API for this module
## License
MIT © [Kevin Mårtensson](https://github.com/kevva)