File tree 3 files changed +362
-56
lines changed
3 files changed +362
-56
lines changed Original file line number Diff line number Diff line change 3
3
_ A semantic dependency injection framework_
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/LinkedSoftwareDependencies/Components.js.svg?branch=master )] ( https://travis-ci.org/LinkedSoftwareDependencies/Components.js )
6
- [ ![ npm version] ( https://badge.fury.io/js/lsd-components .svg )] ( https://www.npmjs.com/package/lsd-components )
6
+ [ ![ npm version] ( https://badge.fury.io/js/componentsjs .svg )] ( https://www.npmjs.com/package/componentsjs )
7
7
8
8
This repository contains the source code of Components.js.
9
9
Full documentation on its usage can be found at http://componentsjs.readthedocs.io/ .
@@ -23,7 +23,7 @@ This software is aimed for developers who want to build _modular_ and _easily co
23
23
24
24
Components.js can be installed using npm:
25
25
``` bash
26
- $ [sudo] npm install lsd-components
26
+ $ [sudo] npm install componentsjs
27
27
```
28
28
29
29
#### 1. Define your module and its components
@@ -82,7 +82,7 @@ This configuration is a semantic representation of the instantiation of `MyCompo
82
82
83
83
``` javascript
84
84
...
85
- const Loader = require (' lsd-components ' ).Loader ;
85
+ const Loader = require (' componentsjs ' ).Loader ;
86
86
87
87
const loader = new Loader ();
88
88
await loader .registerModuleResourcesUrl (' path/or/url/to/my-module.jsonld' );
You can’t perform that action at this time.
0 commit comments