harshadyeola
10 years ago
3 changed files with 0 additions and 45 deletions
@ -1,11 +0,0 @@ |
|||
**Framework** |
|||
|
|||
EasyEngine 3.x is based on cement cli application developement framework |
|||
|
|||
Cement version 2.4.0 |
|||
|
|||
Know more about Cement From [here](http://builtoncement.com/2.4/) |
|||
|
|||
**Language** |
|||
|
|||
EasyEngine intend to use latest version of Python i.e 3.4 to avoid future refactoring. |
@ -1,13 +0,0 @@ |
|||
|
|||
## EasyEngine coding standard |
|||
|
|||
For contributing EasyEngine you must follow [PEP8](https://www.python.org/dev/peps/pep-0008) style guide. |
|||
|
|||
- Indentation - |
|||
|
|||
4 spaces shoule be used as Indentation as mentioned in above style guide. |
|||
|
|||
- Class Name - |
|||
|
|||
|
|||
- Function Name - |
@ -1,21 +0,0 @@ |
|||
|
|||
**EasyEngine 3.x Ditectory Structure** |
|||
|
|||
``` |
|||
easyengine |
|||
|-- config |
|||
| `-- plugins.d |
|||
|-- ee |
|||
| |-- cli |
|||
| | |-- controllers |
|||
| | |-- ext |
|||
| | |-- plugins |
|||
| | `-- templates |
|||
| |-- core |
|||
| `-- utils |
|||
`-- tests |
|||
|-- cli |
|||
| |-- ext |
|||
| `-- plugins |
|||
`-- core |
|||
``` |
Loading…
Reference in new issue