Skip to content

Commit 7ae5f00

Browse files
Added 'build' badge
1 parent 1b4636a commit 7ae5f00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ allowing you to easily add a dynamic update experience to your NativeScript app(
99
1010
> 📣 📣 📣 UPDATE may 9 2019: we're considering rebooting our efforts. Stay tuned!
1111
12+
[![Build Status][build-status]][build-url]
1213
[![NPM version][npm-image]][npm-url]
1314
[![Downloads][downloads-image]][npm-url]
15+
[![Twitter Follow][twitter-image]][twitter-url]
1416

17+
[build-status]:https://travis-ci.org/EddyVerbruggen/nativescript-code-push.svg?branch=master
18+
[build-url]:https://travis-ci.org/EddyVerbruggen/nativescript-code-push
1519
[npm-image]:http://img.shields.io/npm/v/nativescript-code-push.svg
1620
[npm-url]:https://npmjs.org/package/nativescript-code-push
1721
[downloads-image]:http://img.shields.io/npm/dm/nativescript-code-push.svg
22+
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
23+
[twitter-url]:https://twitter.com/eddyverbruggen
1824

1925
## How does it work?
2026
A NativeScript app is composed of XML/HTML, CSS and JavaScript files and any accompanying images, which are bundled together by the NativeScript CLI and distributed as part of a platform-specific binary (i.e. an .ipa or .apk file). Once the app is released, updating either the code (e.g. making bug fixes, adding new features) or image assets, requires you to recompile and redistribute the entire binary, which of course, includes any review time associated with the store(s) you are publishing to.

0 commit comments

Comments
 (0)