Closed umayr closed 9 years ago
Right now, it is neither a server based application nor a cli. It runs via node src/index.js which is highly stupid. So, it should be converted into a cli that'd take proper arguments and display proper output.
node src/index.js
Script can be run as ./src/index.js
./src/index.js
Right now, it is neither a server based application nor a cli. It runs via
node src/index.js
which is highly stupid. So, it should be converted into a cli that'd take proper arguments and display proper output.