Skip to content

Commit

Permalink
Merge pull request #316 from Robert-Frampton/readmes
Browse files Browse the repository at this point in the history
Add links to metaljs.com from package readme files
  • Loading branch information
jbalsas authored Nov 30, 2017
2 parents 9ec3c11 + 03a3201 commit c46e0c1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/metal-assertions/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-assertions

A collection of assertion methods for metal

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-component/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-component

A component class for Metal.js.

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-dom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-dom

A collection of utility functions for handling dom elements.

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-events/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-events

Classes responsible for emitting and listening to events.

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-incremental-dom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-incremental-dom

A Component renderer for templates compiled to incremental dom.

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-jsx/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-jsx

A JSX templates renderer to be used with Metal.js's Component class.

See [https://metaljs.com/docs/guides/jsx-components.html](https://metaljs.com/docs/guides/jsx-components.html) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-soy-bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ metal-soy-bundle
A bundle containing all the closure dependencies required by soy files compiled to incremental-dom.

Note that this bundle was built by hand, and some features were deliberately removed to make the resulting bundle smaller, like escaping (which shouldn't be necessary for incremental dom anyway) and bidi directives (which will be added back soon).

See [https://metaljs.com/](https://metaljs.com/) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-soy/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-soy

A soy templates renderer to be used with Metal.js's Component class.

See [https://metaljs.com/docs/guides/soy-components.html](https://metaljs.com/docs/guides/soy-components.html) for documentation.
2 changes: 2 additions & 0 deletions packages/metal-state/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal-state

A class that adds support for watchable, configurable state.

See [https://metaljs.com/docs/guides/state.html](https://metaljs.com/docs/guides/state.html) for documentation.
2 changes: 2 additions & 0 deletions packages/metal/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# metal

Core functions from Metal.js, with utilities for dealing with arrays, objects and others.

See [https://metaljs.com/](https://metaljs.com/) for documentation.

0 comments on commit c46e0c1

Please sign in to comment.