3x3c

1.0.2 • Public • Published

Installing

sudo npm i 3x3c --save

Usage Example

var E = require('3x3c');

E(`git add . && git commit -m "Hi dude!" && git push origin master`)
  .then((value) => {console.log(value);})
  .catch((err) => {console.log(err);})

Package Sidebar

Install

npm i 3x3c

Weekly Downloads

4

Version

1.0.2

License

ISC

Last publish

Collaborators

  • cagataycali