impressive-editor
v0.0.1
Published
Impressive node editor
Downloads
20
Readme
impressive
Impressive node editor
Installation
Linux
Download and unzip to some location.
To run the app, execute the impressive file.
To add a shortcut to the app, create a file in ~/.local/share/applications called impressive.desktop with the following contents:
[Desktop Entry]
Name=impressive
Exec=/full/path/to/folder/impressive
Terminal=false
Type=Application
Icon=/full/path/to/folder/impressive/resources/app/media/IconTemplate.pngOS X
Download, unzip, and move impressive.app to the /Applications directory.
Windows
Download and unzip to some location.
To run the app, execute the parro-it file.
NPM
Install the module globally:
npm install -g impressivestart the app from your terminal:
impressiveDevelopment
Setup environment
git clone https://github.com/parro-it/impressive.git
cd impressive
npm i
npm startRun tests
npm testLint code using eslint and run test using tape.
Build
$ npm run package:allBuilds the app for OS X, Linux, and Windows, using electron-packager.
License
The MIT License (MIT)
Copyright (c) 2015 parro-it
