0.0.1 • Published 8 years ago

impressive-editor v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

impressive

Impressive node editor

Travis Build Status NPM module NPM downloads

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.png

OS 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 impressive

start the app from your terminal:

impressive

Development

Setup environment

git clone https://github.com/parro-it/impressive.git
cd impressive
npm i
npm start

Run tests

npm test

Lint code using eslint and run test using tape.

Build

$ npm run package:all

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

The MIT License (MIT)

Copyright (c) 2015 parro-it