File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,35 @@ Yeoman is an application scaffold helper.
11
11
12
12
Install Yeoman using:
13
13
14
- ```
14
+ ``` bash
15
15
$ npm install -g yo
16
16
```
17
17
18
+ ### What is sqwidget?
19
+
20
+ [ Sqwidget] ( http://github.com/premasagar/sqwidget ) is a library that helps you
21
+ build third party JavaScript widgets very easily.
22
+
23
+ This scaffold sets you up with a new sqwidget based project that includes the
24
+ following libraries:
25
+
26
+ * RequireJS
27
+ * Ractive
28
+ * Lodash
29
+
30
+
18
31
### Yeoman Generators
19
32
20
33
To install generator-sqwidget from npm, run:
21
34
22
- ```
35
+ ``` bash
23
36
$ npm install -g generator-sqwidget
24
37
```
25
38
26
39
Finally, initiate the generator in the directory that you want to create your
27
40
widget:
28
41
29
- ```
42
+ ``` bash
30
43
$ yo sqwidget
31
44
```
32
45
You can’t perform that action at this time.
0 commit comments