Skip to content

Commit

Permalink
Add info about JSPM usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Apr 16, 2016
1 parent d80e38d commit 4a1dd31
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Functions to create, process and test objects.

npm install adam

### [JSPM](http://jspm.io)

jspm install adam

### [Component](https://github.com/component/component)

component install gamtiq/adam
Expand All @@ -35,7 +39,7 @@ Use `dist/adam.js` or `dist/adam.min.js` (minified version).

## Usage <a name="usage"></a> [&#x2191;](#start)

### Node, Component
### Node, JSPM, Component

```js
var adam = require("adam");
Expand Down
2 changes: 1 addition & 1 deletion doc/adam.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on 2016-04-12T21:35:49+03:00
on 2016-04-16T19:40:17+03:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
6 changes: 3 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<li><a href="#api">API</a></li>
<li><a href="#related">Related projects</a></li>
</ul>
<h2>Installation</h2><h3>Node</h3><pre class="prettyprint source"><code>npm install adam</code></pre><h3><a href="https://github.com/component/component">Component</a></h3><pre class="prettyprint source"><code>component install gamtiq/adam</code></pre><h3><a href="http://jamjs.org">Jam</a></h3><pre class="prettyprint source"><code>jam install adam</code></pre><h3><a href="http://bower.io">Bower</a></h3><pre class="prettyprint source"><code>bower install adam</code></pre><h3>AMD, &lt;script&gt;</h3><p>Use <code>dist/adam.js</code> or <code>dist/adam.min.js</code> (minified version).</p>
<h2>Usage <a name="usage"></a> <a href="#start">&#x2191;</a></h2><h3>Node, Component</h3><pre class="prettyprint source lang-js"><code>var adam = require(&quot;adam&quot;);</code></pre><h3>Jam</h3><pre class="prettyprint source lang-js"><code>require([&quot;adam&quot;], function(adam) {
<h2>Installation</h2><h3>Node</h3><pre class="prettyprint source"><code>npm install adam</code></pre><h3><a href="http://jspm.io">JSPM</a></h3><pre class="prettyprint source"><code>jspm install adam</code></pre><h3><a href="https://github.com/component/component">Component</a></h3><pre class="prettyprint source"><code>component install gamtiq/adam</code></pre><h3><a href="http://jamjs.org">Jam</a></h3><pre class="prettyprint source"><code>jam install adam</code></pre><h3><a href="http://bower.io">Bower</a></h3><pre class="prettyprint source"><code>bower install adam</code></pre><h3>AMD, &lt;script&gt;</h3><p>Use <code>dist/adam.js</code> or <code>dist/adam.min.js</code> (minified version).</p>
<h2>Usage <a name="usage"></a> <a href="#start">&#x2191;</a></h2><h3>Node, JSPM, Component</h3><pre class="prettyprint source lang-js"><code>var adam = require(&quot;adam&quot;);</code></pre><h3>Jam</h3><pre class="prettyprint source lang-js"><code>require([&quot;adam&quot;], function(adam) {
...
});</code></pre><h3>AMD</h3><pre class="prettyprint source lang-js"><code>define([&quot;path/to/dist/adam.js&quot;], function(adam) {
...
Expand Down Expand Up @@ -262,7 +262,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on 2016-04-12T21:35:49+03:00
on 2016-04-16T19:40:17+03:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/module-adam.html
Original file line number Diff line number Diff line change
Expand Up @@ -4872,7 +4872,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on 2016-04-12T21:35:49+03:00
on 2016-04-16T19:40:17+03:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/modules.list.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>

on 2016-04-12T21:35:49+03:00
on 2016-04-16T19:40:17+03:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/quicksearch.html

Large diffs are not rendered by default.

0 comments on commit 4a1dd31

Please sign in to comment.