Skip to content

Commit 8069d3b

Browse files
committed
docs(gen:readme): modify supported configurations section
reformat supported configurations section, add more info closes angular-fullstack#1397
1 parent 605d315 commit 8069d3b

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

readme.md

+21-6
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,34 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
3939

4040
## Supported Configurations
4141

42+
**General**
43+
44+
* Build Systems: `Grunt`, `Gulp` (Coming Soon)
45+
* Testing:
46+
* `Jasmine`
47+
* `Mocha + Chai + Sinon`
48+
* Chai assertions:
49+
* `Expect`
50+
* `Should`
51+
4252
**Client**
4353

44-
* Scripts: `JavaScript`, `Babel`
54+
* Scripts: `Babel`, `TypeScript` (Coming Soon)
4555
* Markup: `HTML`, `Jade`
46-
* Stylesheets: `CSS`, `Stylus`, `Sass`, `Less`,
56+
* Stylesheets: `CSS`, `Stylus`, `Sass`, `Less`
4757
* Angular Routers: `ngRoute`, `ui-router`
58+
* CSS Frameworks: `Bootstrap`
59+
* Option to include `UI Bootstrap`
4860

4961
**Server**
5062

51-
* Database: `None`, `MongoDB`
52-
* Authentication boilerplate: `Yes`, `No`
53-
* oAuth integrations: `Facebook` `Twitter` `Google`
54-
* Socket.io integration: `Yes`, `No`
63+
* Scripts: `Babel`
64+
* Database:
65+
* `None`,
66+
* `MongoDB`, `SQL`
67+
* Authentication boilerplate: `Yes`, `No`
68+
* oAuth integrations: `Facebook` `Twitter` `Google`
69+
* Socket.io integration: `Yes`, `No`
5570

5671
## Injection
5772

0 commit comments

Comments
 (0)