You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: :warning: EasyEngine will currently only run with root privileges. You can run `ee help`, `ee help site` and `ee help site create` to get all the details about the various commands and subcommands that you can run.
65
58
66
-
### info
67
-
Display all the relevant site information, credentials and useful links.
59
+
## Development
68
60
69
-
```bash
70
-
ee site info example.com
71
-
```
61
+
Development of easyengine is done entirely on GitHub.
72
62
73
-
### list
74
-
Lists the created websites.
63
+
We've used [wp-cli](https://github.com/wp-cli/wp-cli/) framework as a base and built EasyEngine on top of it.
75
64
76
-
```bash
77
-
ee site list
78
-
```
65
+
This repo contains main core of easyengine (the framework).
66
+
All top level commands(except `ee cli`) i.e. `ee site`, `ee shell` have their own repos.
67
+
68
+
Currently we have following commands which are bundled by default in EasyEngine:
In future, community will be able to make their own packages and commands!
74
+
75
+
## Contributing
79
76
80
-
EasyEngine will currently only run with root privileges. You can run `ee help`, `ee help site` and `ee help site create` to get all the details about the various commands and subcommands that you can run.
77
+
We warmheartedly welcome all contributions however and in whatever capacity you can either through Pull Requests or by reporting Issues. You can contribute here or in any of the above mentioned commands repo.
0 commit comments