negative
negative copied to clipboard
An app for making visual comparisons
An app for making visual comparisons.

Follow @NegativeJS on Twitter for important updates.
Download
User Documentation
Please check negative/releases for details on changes between versions.
- Usage
Contributing
All contributions are welcome!! Please check negative/issues for things that need attention, or feel free to create your own. Please make sure you create an issue first, and then do the work and a submit a PR.
Build Negative.app
Currently only Mac OS X is supported.
- Install Node.js >= v8
git clone https://github.com/atdrago/negative.gitcd negativenpm installnpm run build- Locate and copy
dist/Negative-darwin-x64/Negative.appto yourApplicationsfolder
Testing
Important: Tests get run against the built app. If you are attempting to run tests and the results are not what you expected, you need to npm run build again.
npm run buildnpm test
Developing
Compiling
gulp- Compile, combine, and minify files for the renderer process. This isn't necessary for files in the main process. Make sure this is running when working on UI.
NPM Scripts
npm start- Start the app with the following environment variables:- NODE_ENV=development
- ELECTRON_ENABLE_LOGGING=true
- ELECTRON_ENABLE_STACK_DUMPING=true
npm run build- Build the production app- Compiles JavaScript and Sass
- Copies necessary files to
./release/ - Runs
npm install --productionin./release/ - Builds the app moves it to
./dist/
npm run lint- Run ESLintnpm test- Run Mocha testsnpm run travis- Run
build - Run
test
- Run
npm run open- Starts the app fromdist/Negative-darwin-x64/Negative.appnpm run build-artifacts- Run
build-sign - Create
dist/Negative-darwin-x64/Negative-v0.10.3.dmg - Create
dist/Negative-darwin-x64/Negative-v0.10.3-mac.zip
- Run
About
Created by Adam Drago. Built on Electron.
