An app for making visual comparisons.
Follow @NegativeJS on Twitter for important updates.
Please check negative/releases for details on changes between versions.
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.
Currently only Mac OS X is supported.
- Install Node.js >= v8
git clone https://github.com/atdrago/negative.git
cd negative
npm install
npm run build
- Locate and copy
dist/Negative-darwin-x64/Negative.app
to yourApplications
folder
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 build
npm test
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 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 --production
in./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.app
npm 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
Created by Adam Drago. Built on Electron.