Skip to content

Commit 2328707

Browse files
committed
better README
1 parent f319921 commit 2328707

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,35 @@ Yeoman is an application scaffold helper.
1111

1212
Install Yeoman using:
1313

14-
```
14+
```bash
1515
$ npm install -g yo
1616
```
1717

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+
1831
### Yeoman Generators
1932

2033
To install generator-sqwidget from npm, run:
2134

22-
```
35+
```bash
2336
$ npm install -g generator-sqwidget
2437
```
2538

2639
Finally, initiate the generator in the directory that you want to create your
2740
widget:
2841

29-
```
42+
```bash
3043
$ yo sqwidget
3144
```
3245

0 commit comments

Comments
 (0)