|
1 |
| -<div align="center"> |
2 |
| - <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px"> |
3 |
| -</div> |
4 |
| - |
5 |
| -# Adonis Core |
6 |
| - |
7 |
| -> The core of the framework to run AdonisJs applications |
8 |
| -
|
9 |
| -[![circleci-image]][circleci-url] |
10 |
| -[![npm-image]][npm-url] |
11 |
| - |
12 |
| - |
13 | 1 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
14 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
15 | 3 | ## Table of contents
|
16 | 4 |
|
17 |
| -- [Change log](#change-log) |
18 |
| -- [Contributing](#contributing) |
19 |
| -- [Authors & License](#authors--license) |
| 5 | +- [Fullstack MVC framework for Node.js](#fullstack-mvc-framework-for-nodejs) |
| 6 | +- [ |
| 7 | + |
| 8 | + Website |
| 9 | + |
| 10 | + | |
| 11 | + |
| 12 | + Guides |
| 13 | + |
| 14 | + | |
| 15 | + |
| 16 | + Contributing |
| 17 | + |
| 18 | + ](#website%0A----%0A------%0A----%0A------guides%0A----%0A------%0A----%0A------contributing) |
20 | 19 |
|
21 | 20 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
22 | 21 |
|
23 |
| -## Change log |
| 22 | +<div align="center"> |
| 23 | + <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px"> |
| 24 | +</div> |
| 25 | + |
| 26 | +<br /> |
24 | 27 |
|
25 |
| -The change log can be found in the [CHANGELOG.md](CHANGELOG.md) file. |
| 28 | +<div align="center"> |
| 29 | + <h3>Fullstack MVC framework for Node.js</h3> |
| 30 | + <p>AdonisJs is a fullstack Web framework with focus on <strong> ergonomics and speed </strong>. It takes care of much of the Web development hassles, offering you a clean and stable API to build Web apps and micro services.</p> |
| 31 | +</div> |
26 | 32 |
|
27 |
| -## Contributing |
| 33 | +<br /> |
28 | 34 |
|
29 |
| -Everyone is welcome to contribute. Please go through the following guides, before getting started. |
| 35 | +<div align="center"> |
30 | 36 |
|
31 |
| -1. [Contributing](https://adonisjs.com/contributing) |
32 |
| -2. [Code of conduct](https://adonisjs.com/code-of-conduct) |
| 37 | +[![circleci-image]][circleci-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] |
33 | 38 |
|
34 |
| -## Authors & License |
| 39 | +</div> |
35 | 40 |
|
36 |
| -[Harminder virk](https://github.com/thetutlage) and [contributors](https://github.com/adonisjs/adonis-framework/graphs/contributors). |
| 41 | +<div align="center"> |
| 42 | + <h3> |
| 43 | + <a href="https://adonisjs.com"> |
| 44 | + Website |
| 45 | + </a> |
| 46 | + <span> | </span> |
| 47 | + <a href="https://adonisjs.com/docs"> |
| 48 | + Guides |
| 49 | + </a> |
| 50 | + <span> | </span> |
| 51 | + <a href=".github/CONTRIBUTING.md"> |
| 52 | + Contributing |
| 53 | + </a> |
| 54 | + </h3> |
| 55 | +</div> |
37 | 56 |
|
38 |
| -MIT License, see the included [MIT](LICENSE.md) file. |
| 57 | +<div align="center"> |
| 58 | + <sub>Built with ❤︎ by <a href="https://github.com/thetutlage">Harminder Virk</a> |
| 59 | +</div> |
39 | 60 |
|
40 | 61 | [circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/adonis-framework/master.svg?style=for-the-badge&logo=circleci
|
41 | 62 | [circleci-url]: https://circleci.com/gh/adonisjs/adonis-framework "circleci"
|
| 63 | + |
42 | 64 | [npm-image]: https://img.shields.io/npm/v/@adonisjs/core.svg?style=for-the-badge&logo=npm
|
43 | 65 | [npm-url]: https://npmjs.org/package/@adonisjs/core "npm"
|
| 66 | + |
| 67 | +[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript |
| 68 | + |
| 69 | +[license-url]: LICENSE.md |
| 70 | +[license-image]: https://img.shields.io/aur/license/pac.svg?style=for-the-badge |
0 commit comments