Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 543 Bytes

Garden App Support

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

It provides:

  • Support for creating activity entries that will show up in the garden's activity feed.
  • Support for creating urls to other apps that can be mapped at runtime.

Install

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

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

Run kanso install to install in your packages directory:

kanso install