An open API service indexing awesome lists of open source software.

https://github.com/androidstarters/appcompose

Build pre-defined app based the configuration.
https://github.com/androidstarters/appcompose

Last synced: 12 months ago
JSON representation

Build pre-defined app based the configuration.

Awesome Lists containing this project

README

          

# appcompose [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Build predifined app based the configuration

## Installation

```sh
$ npm install --save appcompose
```

## Usage

```js
const appcompose = require('appcompose');

appcompose('Rainbow');
```
## License

MIT © [Ravindra Kumar](https://github.com/androidstarters)

[npm-image]: https://badge.fury.io/js/appcompose.svg
[npm-url]: https://npmjs.org/package/appcompose
[travis-image]: https://travis-ci.org/ravidsrk/appcompose.svg?branch=master
[travis-url]: https://travis-ci.org/ravidsrk/appcompose
[daviddm-image]: https://david-dm.org/ravidsrk/appcompose.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ravidsrk/appcompose