appc.js

0.1.1 • Public • Published

appc.js

NPM Version NPM Downloads Travis CI Build Deps Dev Deps

This module makes it easy to load both the appc.js or appc.json (legacy) configuration file.

Installation

npm install appc.js --save

Examples

var AppCJS = require('appc.js');
var app = new AppCJS(fileLocation);
console.log(app.name);

Reporting Bugs or Submitting Fixes

If you run into problems, and trust us, there are likely plenty of them at this point -- please create an Issue or, even better, send us a pull request.

Contributing

appc.js is an open source project. appc.js wouldn't be where it is now without contributions by the community. Please consider forking appc.js to improve, enhance or fix issues. If you feel like the community will benefit from your fork, please open a pull request.

To protect the interests of the appc.js contributors, Appcelerator, customers and end users we require contributors to sign a Contributors License Agreement (CLA) before we pull the changes into the main repository. Our CLA is simple and straightforward - it requires that the contributions you make to any Appcelerator open source project are properly licensed and that you have the legal authority to make those changes. This helps us significantly reduce future legal risk for everyone involved. It is easy, helps everyone, takes only a few minutes, and only needs to be completed once.

You can digitally sign the CLA online. Please indicate your email address in your first pull request so that we can make sure that will locate your CLA. Once you've submitted it, you no longer need to send one for subsequent submissions.

License

This project is open source and provided under the Apache Public License (version 2). Please make sure you see the LICENSE file included in this distribution for more details on the license. Also, please take notice of the privacy notice at the end of the file.

(C) Copyright 2016, Appcelerator, Inc All Rights Reserved.

Readme

Keywords

Package Sidebar

Install

npm i appc.js

Weekly Downloads

2

Version

0.1.1

License

Apache-2.0

Last publish

Collaborators

  • appcelerator
  • cb1kenobi