pulumi/lib
2017-05-08 14:52:17 -05:00
..
aws Guard against nil diffs 2017-05-08 14:52:17 -05:00
cocojs Fix some paths 2017-04-19 11:26:41 -07:00
coconut Implement archives 2017-04-30 12:37:24 -07:00
coconutx Introduce a new cross-cloud package, Mantle 2017-04-18 15:10:13 -07:00
kubefission Guard against nil diffs 2017-05-08 14:52:17 -05:00
mantle Remove pulumi/coconut#141 workaround 2017-05-01 17:13:30 -07:00
README.md Simplify the library README 2017-03-11 09:01:33 -08:00

coconut/lib

This directory contains some libraries that Coconut programs may depend upon.

Overview

The Coconut standard library underneath coconut/ is special in that every program will ultimately use it directly or indirectly to create resources.

Similarly, cocojs/ is the CocoJS compiler's runtime library, and so most CocoJS programs will on it.

Note that these are written in the Coconut subsets of the languages and therefore cannot perform I/O, etc.

Installation and Usage

Eventually these packages will be published like any other NPM package. For now, they are consumed only in a development capacity, and so there are some manual steps required to prepare a developer workspace.

For each library <lib> you wish to use, please see its install.sh script in its root directory. This performs installation so that it can be used simply by adding a dependency to it.

We currently use NPM/Yarn symlinks to ease the developer workspace flow. As such, you will need to run:

  • yarn link <lib>

In a project that intends to consume <lib> before actually using it. For example, yarn link @coconut/coconut.