|
| 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 | + |
1 | 10 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
2 | 11 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 12 | ## Table of contents
|
|
9 | 18 |
|
10 | 19 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
11 | 20 |
|
12 |
| -# @adonisjs/assembler |
13 |
| - |
14 |
| -[![circleci-image]][circleci-url] |
15 |
| -[![npm-image]][npm-url] |
16 |
| - |
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. |
45 | 22 |
|
46 | 23 | [circleci-image]: https://img.shields.io/circleci/project/github/[email protected]/adonisjs/master.svg?style=for-the-badge&logo=circleci
|
47 | 24 | [circleci-url]: https://circleci.com/gh/[email protected]/adonisjs "circleci"
|
|
0 commit comments