You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
This file is created to keep history of the LoopBack SDK Builder, it does not consider or keeps any history of its parent module `loopback-sdk-angular`.
The [@mean-expert/loopback-sdk-builder](https://www.npmjs.com/package/@mean-expert/loopback-sdk-builder) is a community driven module forked from the official `loopback-sdk-angular` and refactored to support [Angular 2](http://angular.io).
7
10
8
11
The [LoopBack SDK Builder](https://www.npmjs.com/package/@mean-expert/loopback-sdk-builder) will explore your [LoopBack Application](http://loopback.io) and will automatically build everything you need to start writing your [Angular 2 Applications](http://angular.io) right away. From Interfaces and Models to API Services and Real-time communications.
I'm really glad you're reading this, volunteer developers to help this project are always welcome.
4
+
5
+
If you haven't already, follow me ([@johncasarrubias](irc://chat.freenode.net/opengovernment) on twitter). I want you to keep informed about new features and tutorials.
6
+
7
+
Here are some important resources:
8
+
9
+
*[MEAN Expert Blog](http://mean.expert) tutorials about the MEAN Stack.
10
+
*[WIKI](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) official wiki documentation.
11
+
*[Angular 2 Testing](https://angular.io/docs/ts/latest/guide/testing.html) official documentation for testing environment.
12
+
* Bugs? [GitHub Issues](https://github.com/mean-expert-official/loopback-sdk-builder/issues) is where to report them
13
+
14
+
## Testing
15
+
16
+
Tests are being created and excecuted by using the Angular-CLI Tool, please refer to the official documentation.
17
+
18
+
````sh
19
+
$ cd to/loopback-sdk-builder
20
+
$ npm test
21
+
````
22
+
23
+
## Submitting changes
24
+
25
+
Please send a [GitHub Pull Request](https://github.com/mean-expert-official/loopback-sdk-builder/pull/new/master) with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)). When you send a pull request, we will love you forever if you include RSpec examples. We can always use more test coverage. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).
26
+
27
+
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
28
+
29
+
$ git commit -m "A brief summary of the commit
30
+
>
31
+
> A paragraph describing what changed and its impact."
32
+
33
+
Thanks,
34
+
Jonathan Casarrubias, [MEAN Expert](http://mean.expert).
0 commit comments