modules for transferring, installing, running and maintain code/process on a remote machine
 
 
Go to file
David Kebler 9caf1c1da4 refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
bin refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
src refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
test refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
.eslintrc.js Initial commit (a fork of sorts from remote-code https://www.npmjs.com/package/remote-code) 2019-01-29 12:28:37 -08:00
.gitignore Initial commit (a fork of sorts from remote-code https://www.npmjs.com/package/remote-code) 2019-01-29 12:28:37 -08:00
.npmignore Initial commit (a fork of sorts from remote-code https://www.npmjs.com/package/remote-code) 2019-01-29 12:28:37 -08:00
nodemon.json refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
package.json refactor of sync and ssh, before splitting off ssh into it's own repo/package. 2019-02-02 18:02:04 -08:00
readme.md Initial commit (a fork of sorts from remote-code https://www.npmjs.com/package/remote-code) 2019-01-29 12:28:37 -08:00

readme.md

uCOMmandIt Template Package Repository

Build Status Inline docs Dependencies devDependencies codecov

Clone this to get a quick start on a new uci package. It has all the testing ready to go with Travis-CI and code coverage. All the readme badges are included as well

Clone it for as a starting place for your own package!

You'll need codecov and travis-ci accounts

##Steps

  1. Clone repo
  2. Edit package.json
  3. Edit badge urls above changing to repo path
  4. Start Coding