Skip to content

stanipetrosyan/SubZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubZero

SubZero

Description

The easiest way to manage your local project in one place.

Features

  • All your projects in one place.
  • Easier management and better division thanks to the creation of groups.
  • Open your project directly from SubZero on your favorite code editor.

Editors Support

  • Visual Studio Code
  • Atom
  • Codium
  • Brackets

Platform Support

  • Linux

Contributing

Start

$ git clone https://github.com/StaniPetrosyan/SubZero.git
$ npm install
$ npm start

Lint

Before sending PR, invoke lint fix.

$ npm run lint

Build project

// Linux
$ npm run package-linux

// Window
$ npm run package-win

// MacOS
$ npm run package-mac

Testing

npm test