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.
- Host: GitHub
- URL: https://github.com/androidstarters/appcompose
- Owner: androidstarters
- License: mit
- Created: 2017-08-06T12:44:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T12:54:33.000Z (almost 9 years ago)
- Last Synced: 2025-05-29T13:10:56.315Z (about 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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