Skip to content

Commit

Permalink
Update readme.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
yourheropaul committed Nov 9, 2016
1 parent 1975411 commit 4ac595c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.markdown
Expand Up @@ -18,6 +18,12 @@ Assuming you have Go installed, the package and CLI tool can be fetched in the u
$ go get -u bitbucket.org/homemade/scl/...
```

## Contributions

This is fairly new software that has been tested intensively over a fairly narrow range of functions. Minor bugs are expected! If you have any suggestions or feature requests [please open an issue](https://github.com/homemade/scl/issues/new). Pull requests for bug fixes or uncontroversial improvements are appreciated.

We're currently working on standard libraries for Terraform and Hugo. If you build an SCL library for anything else, please let us know!

## Using SCL in your application

SCL is built on top of HCL, and the fundamental procedure for using it is the more or less the same: SCL code is decoded into a Go struct, informed by `hcl` tags on the struct's fields. A trivially simple example is as follows:
Expand Down

0 comments on commit 4ac595c

Please sign in to comment.