|
1 | 1 | # Adonis Commands |
2 | 2 |
|
3 | | - |
4 | | -[](https://coveralls.io/github/adonisjs/adonis-commands?branch=master) |
| 3 | +[](https://gitter.im/adonisjs/adonis-framework) |
| 4 | +[](https://trello.com/b/yzpqCgdl/adonis-for-humans) |
| 5 | +[](https://www.npmjs.com/package/adonis-commands) |
| 6 | +[](https://travis-ci.org/adonisjs/adonis-commands) |
| 7 | +[](https://coveralls.io/github/adonisjs/adonis-commands?branch=master) |
| 8 | +[](https://www.npmjs.com/package/adonis-commands) |
| 9 | +[](https://opensource.org/licenses/MIT) |
5 | 10 |
|
6 | | -Adonis commands are official set of commands shipped with brand new installation of [Adonis Framework](http://adonisjs.com/) |
| 11 | +> :pray: Bunch of official ace commands shipped with Adonis framework. |
7 | 12 |
|
8 | | -## The MIT License |
| 13 | +This repo contains commands used by [ace](http://adonisjs.com/docs/2.0/ace-commands) to do common tasks from command line. It includes |
9 | 14 |
|
10 | | -COPYRIGHT (c) 2015 Harminder Virk |
| 15 | +1. Generators for `controllers, model, middleware and commands`. |
11 | 16 |
|
12 | | -MIT License |
| 17 | +You can learn more about AdonisJS and all of its awesomeness on http://adonisjs.com :evergreen_tree: |
13 | 18 |
|
14 | | -Permission is hereby granted, free of charge, to any person obtaining |
15 | | -a copy of this software and associated documentation files (the |
16 | | -"Software"), to deal in the Software without restriction, including |
17 | | -without limitation the rights to use, copy, modify, merge, publish, |
18 | | -distribute, sublicense, and/or sell copies of the Software, and to |
19 | | -permit persons to whom the Software is furnished to do so, subject to |
20 | | -the following conditions: |
| 19 | +## Table of Contents |
21 | 20 |
|
22 | | -The above copyright notice and this permission notice shall be |
23 | | -included in all copies or substantial portions of the Software. |
| 21 | +* [Team Members](#team-members) |
| 22 | +* [Requirements](#requirements) |
| 23 | +* [Getting Started](#getting-started) |
| 24 | +* [Contribution Guidelines](#contribution-guidelines) |
24 | 25 |
|
25 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
26 | | -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
27 | | -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
28 | | -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
29 | | -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
30 | | -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
31 | | -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 26 | +## <a name="team-members"></a>Team Members |
| 27 | + |
| 28 | +* Harminder Virk ( [Medium Blog ](https://medium.com/@amanvirk)) < [email protected]> |
| 29 | + |
| 30 | +## <a name="requirements"></a>Requirements |
| 31 | + |
| 32 | +AdonisJS is build on the top of ES2015, which makes the code more enjoyable and cleaner to read. It doesn't make use of any transpiler and depends upon Core V8 implemented features. |
| 33 | + |
| 34 | +For these reasons, AdonisJS require you to use `node >= 4.0` and `npm >= 3.0`. |
| 35 | + |
| 36 | +## <a name="getting-started"></a>Getting Started |
| 37 | + |
| 38 | + |
| 39 | +## <a name="contribution-guidelines"></a>Contribution Guidelines |
| 40 | + |
| 41 | +In favor of active development we accept contributions for everyone. You can contribute by submitting a bug, creating pull requests or even improving documentation. |
| 42 | + |
| 43 | +You can find a complete guide to be followed strictly before submitting your pull requests in the [Official Documentation](http://adonisjs.com/docs/2.0/contributing). |
0 commit comments