1.0.0 • Published 9 years ago

c9config v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

c9config

offers data about current C9.io workspace

Project Status

Build Status

Install

to install simply type

npm install c9config

Usage

var c9config = require("c9config");
c9config.isC9 // true or false depending wether on C9 or not.
c9config.print() // prints an overview of the important information to console
c9config.workspace // an object that holds the important worspace information
/* ----------- object currently looks like this ------
 *  {
 *      isC9: true,
 *      name: 'workspacename',
 *      owner: 'username',
 *      ideUrl: 'https://ide.c9.io/username/workspacename',
 *      serveUrl: 'https://workspacename-username.c9user.io'
 *  }
 */
1.0.0

9 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago