Skip to content

Commit a87c7f6

Browse files
committed
docs: update readme file
1 parent 38d2a98 commit a87c7f6

File tree

1 file changed

+10
-33
lines changed

1 file changed

+10
-33
lines changed

README.md

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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 Assembler
6+
> A set of core commands to compile and serve AdonisJS applications
7+
8+
[![circleci-image]][circleci-url] [![npm-image]][npm-url]
9+
110
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
211
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
312
## Table of contents
@@ -9,39 +18,7 @@
918

1019
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1120

12-
# @adonisjs/assembler
13-
14-
[![circleci-image]][circleci-url]
15-
[![npm-image]][npm-url]
16-
![](https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript)
17-
18-
## Change log
19-
20-
The change log can be found in the [CHANGELOG.md](CHANGELOG.md) file.
21-
22-
## Contributing
23-
24-
Everyone is welcome to contribute. Please go through the following guides, before getting started.
25-
26-
1. [Contributing](https://adonisjs.com/contributing)
27-
2. [Code of conduct](https://adonisjs.com/code-of-conduct)
28-
29-
30-
```
31-
build ( build and over )
32-
build --production ( build for prod )
33-
build --watch ( build and watch source for changes )
34-
serve ( serve http server )
35-
serve --watch ( build, watch and serve )
36-
serve --watch-output ( build, watch and serve )
37-
manifest:generate ( generate manifest file )
38-
run:instructions ( run instructions )
39-
```
40-
41-
## Authors & License
42-
[Harminder virk](https://github.com/Harminder virk) and [contributors](https://github.com/[email protected]/adonisjs/graphs/contributors).
43-
44-
MIT License, see the included [MIT](LICENSE.md) file.
21+
The assembler exposes a set of commands to build and serve AdonisJS applications. Docs will follow soon.
4522

4623
[circleci-image]: https://img.shields.io/circleci/project/github/[email protected]/adonisjs/master.svg?style=for-the-badge&logo=circleci
4724
[circleci-url]: https://circleci.com/gh/[email protected]/adonisjs "circleci"

0 commit comments

Comments
 (0)