Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

quill-composer

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-composer

A configuration management and package management server that supports OS and infrastructure opacity.

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
7
-63.16%
Maintainers
4
Weekly downloads
 
Created
Source

composer Build Status

A configuration management and package management server that supports OS and infrastructure opacity. This is the backend for quill.

Running Conservatory

To run composer you simply need to run the bin/composer binary:

$ bin/composer

     ___  ____  _______ ____  ____  ____  ____  ____
    /    /   / /  /  / /___/ /   / /___  /___  /___/
   /___ /___/ /  /  / /     /___/ ____/ /___  /  \

              © 2010 Nodejitsu Inc.
      All Rights Reserved - www.nodejitsu.com

composer has started successfully @ 192.168.1.106 on port 9004...

The options to this script are minimal as most configuration is stored in config/env/*.json:

$ bin/composer --help
usage: composer [options]

options:
  -a                 IP Address that you want the Master to run from [dynamic]
  -p                 Port that you want the composer to run on       [9004]
  -e [env]           The environment to the specified command in     [development]
  -c, --config       File to use for required configuration values   [config/env/development.json]
  -h, --help         You're staring at it

Installation

composer can be installed from npm.

  $ npm install composer-server -g

Tests

All tests are written with vows and intended to be run with npm:

  $ npm test

Author: Nodejitsu Inc

Contributors: Charlie Robbins, Maciej Malecki

Keywords

configuration management

FAQs

Package last updated on 17 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts