Skip to content

Commit

Permalink
Add README and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodk committed Jan 12, 2019
1 parent 4e61048 commit ad489b5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
15 changes: 15 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Yoga layout engine plugin for NativeScript

## Installation
From the command prompt go to your app's root folder and execute:

```
tns plugin add nativescript-yoga-lib
```

See the [NativeScript CLI documentation](https://docs.nativescript.org/tooling/docs-cli/lib-management/plugin-install)
and [Nativescript Plugin documentation](https://docs.nativescript.org/core-concepts/plugins) for more details

## Notes
This plugin only provides the iOS [Yoga/YogaKit](https://yogalayout.com/) library from CocoaPods,
and doesn't provide any JavaScript wrappers or APIs
20 changes: 20 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "nativescript-yoga-lib",
"version": "1.0.0",
"description": "Yoga layout engine plugin for Nativescript",
"author": "Enrico de Klerk",
"license" : "MIT",
"homepage": "https://github.com/enricodk/nativescript-yoga-lib",
"readmeFilename": "README.md",

"keywords": [
"native",
"nativescript",
"nativescript-plugin",
"yoga",
"layout",
"ios"
],

"repository": {
"type": "git",
"url": "https://github.com/enricodk/nativescript-yoga-lib.git"
},

"nativescript": {
"platforms": {
"ios": "4.0.0"
Expand Down

0 comments on commit ad489b5

Please sign in to comment.