Skip to content

garden20/garden-app-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garden App Support

This is a module that will be useful for apps that want to be used in the garden20 eco-system.

It provides:

  • Support for detecting events in the garden.
  • Obtaining information about a user.
  • Support for creating urls to other apps that can be mapped at runtime.
  • Including changelogs in your application for rendering on the update app screen.

Install

This package can be used via kanso or jam.

Kanso

Add to your project's kanso.json dependencies setting, here is the minimal case:

"dependencies": {
    "garden-app-support": null
}

To include a changelog with your app, add:

"changelog": "Changes.md"

Run kanso install to install in your packages directory:

kanso install

Jam

jam install garden-app-support

About

Useful support for apps that want to play nice in the garden.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%