kopia lustrzana https://github.com/c9/core
18 wiersze
384 B
JavaScript
18 wiersze
384 B
JavaScript
define(function(require, exports, module) {
|
|
|
|
module.exports = function(session, options) {
|
|
session.install({
|
|
"name": "Nak",
|
|
"description": "Fast file searches for Cloud9",
|
|
"cwd": "~/.c9"
|
|
}, {
|
|
"npm": "https://github.com/c9/nak/tarball/c9"
|
|
});
|
|
|
|
// Show the installation screen
|
|
session.start();
|
|
};
|
|
|
|
module.exports.version = 1;
|
|
|
|
}); |