initial import

This commit is contained in:
Artem Chivchalov
2016-11-09 11:21:12 +03:00
commit cb8d9a02ea
7 changed files with 190 additions and 0 deletions

3
bin/screeps.js Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
var path = require('path');
require(path.resolve(path.dirname(require.resolve('@screeps/launcher')), '../bin/screeps'));