Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slightlytyler/mocksy
Mac app for easily creating device mockups from your screenshots
https://github.com/slightlytyler/mocksy
Last synced: 13 days ago
JSON representation
Mac app for easily creating device mockups from your screenshots
- Host: GitHub
- URL: https://github.com/slightlytyler/mocksy
- Owner: slightlytyler
- License: mit
- Created: 2015-12-05T22:48:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T23:26:43.000Z (over 8 years ago)
- Last Synced: 2024-08-02T11:20:49.499Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 10.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mocsky [![Build Status](https://travis-ci.org/slightlytyler/mocksy.svg?branch=master)](https://travis-ci.org/slightlytyler/mocksy)
**[Mocksy](https://slightlytyler.github.io/mocksy)** is an app for easily and quickly creating mockups with your screenshots.![alt tag](https://raw.github.com/slightlytyler/mocksy/master/screenshot.png)
## Install
Install dependencies.
```bash
$ npm install
```## Run
Run this two commands __simultaneously__ in different console tabs.
```bash
npm run hot-server
npm run start-hot
```#### Toggle Chrome DevTools
- OS X: Cmd Alt I or F12
- Linux: Ctrl Shift I or F12
- Windows: Ctrl Shift I or F12#### Toggle Redux DevTools
Ctrl+H
## Package
```bash
npm run package
```#### Options
- --name, -n: Application name (default: ElectronReact)
- --version, -v: Electron version (default: latest version)
- --asar, -a: [asar](https://github.com/atom/asar) support (default: false)
- --icon, -i: Application icon
- --all: pack for all platforms