What's Changed
* package stats update by eadwinCode in https://github.com/eadwinCode/ellar/pull/17
* fixed static package type by eadwinCode in https://github.com/eadwinCode/ellar/pull/18
* Doc Preparation by eadwinCode in https://github.com/eadwinCode/ellar/pull/19
* Moved Configuration From File To Class Based by eadwinCode in https://github.com/eadwinCode/ellar/pull/21
* Bump codecov/codecov-action from 3.1.0 to 3.1.1 by dependabot in https://github.com/eadwinCode/ellar/pull/25
* CLI Commands And Basic Project Scaffolding by eadwinCode in https://github.com/eadwinCode/ellar/pull/20
* Quick-Start Doc by eadwinCode in https://github.com/eadwinCode/ellar/pull/27
CLI Commands
To scaffold ellar project
shell
ellar create-project `project-name`
To scaffold ellar app
shell
ellar create-module `app-name`
To start application server
shell
ellar runserver
**Full Changelog**: https://github.com/eadwinCode/ellar/compare/0.1.4...0.1.6