Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
/ nodecopter Public archive

[UNMAINTAINED] A Command line utility for nodecopter

License

Notifications You must be signed in to change notification settings

andrew/nodecopter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Command line utility for nodecopter

Install

npm install -g nodecopter

Usage

$ nodecopter --help

Commands

$ nodecopter config
$ nodecopter demo
$ nodecopter land
$ nodecopter repl
$ nodecopter reset
$ nodecopter status
$ nodecopter telnet
$ nodecopter trim

Config files

You can store config for passing to the nodecopter command in a nodecopter.json file.

When the nodecopter command is ran it looks in the following places for config:

  • commandline arguments
  • a nodecopter.json in the current directory
  • a nodecopter.json in your home directory
  • or falls back to default.json in the module

An example of nodecopter.json:

{
  "ip": "192.168.1.2"
}

Development

Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.

About

[UNMAINTAINED] A Command line utility for nodecopter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published