Skip to content

Commit

Permalink
Add cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed May 18, 2018
1 parent 1c09282 commit 0adeb09
Show file tree
Hide file tree
Showing 4 changed files with 10,139 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local-cli/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

module.exports = [
require('./runMacOS/runMacOS')
];
4 changes: 4 additions & 0 deletions local-cli/platform.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let config = {};
Object.assign(config, require('./core/macos'));

module.exports = { macos: config };
Loading

0 comments on commit 0adeb09

Please sign in to comment.