Procházet zdrojové kódy

Added gitignore and switched build

master
pb před 4 roky
rodič
revize
cd49567a94
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 3
    1
      .gitignore
  2. 1
    1
      index.js

+ 3
- 1
.gitignore Zobrazit soubor

/node_modules
/node_modules
/.elxr
package-lock.json

+ 1
- 1
index.js Zobrazit soubor

, 'remote': (args) => { , 'remote': (args) => {
// Subcommands! // Subcommands!
if(!processedArgs.v) return false;
if(!processedArgs.v) return false; // Only -v is supported presently..


var serial_perform = (repo) => { var serial_perform = (repo) => {
var options = { cwd: instanceroot + '/' + repo } var options = { cwd: instanceroot + '/' + repo }

Načítá se…
Zrušit
Uložit