0.6.0 • Published 6 years ago

ciscospark-tools v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ciscospark-tools

You: resourceful business communication and collaboration enabler.

You need scripts to help your people get stuff done. For example:

  • Create teams from rosters of email addresses (script name: onboard-teams)
  • List/toggle (bulk get/set) feature flags (script name: developer-features)
  • Validate JWT login with a message from guests (script name: guest-validate)

Get Started

If your npm --version is 5.2.0 or better, try: npx ciscospark-tools tutorial, or else:

  1. Install NodeJS LTS, if you haven't already. (provides npm command)
  2. Run npm install --global ciscospark-tools to install the ciscospark-tools command.
  3. Run ciscospark-tools, which should give you a summary of the supported scripts.

Once installed, cst provides a short alias. Scripts also have short aliases.

Get Hacking

  1. Clone this repository into a directory, and therein run npm install.
  2. Read Documentation and some of the support and scripts code.

Open PRs with anything and everything awesome!