diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -20,7 +20,16 @@ You can also verify the latest commit's OpenPGP signature: Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases you might have available on your shell. -## Example: Drupal 8 Development +## Examples + +### Basic project + +Say you want to start a new project `myproject` at `$HOME/src/myproject`, using git, basic +files an a GPLv3 license: + + templater $HOME/src/myproject basic gpl git + +### Drupal 8 Development Create the project (requires [KVMX](https://kvmx.fluxo.info)): @@ -47,7 +56,7 @@ Install the drupal instance: echo '( cd /srv/kvmx && make drush )' | kvmx ssh echo '( cd /srv/kvmx && make site_install )' | kvmx ssh -### Writing modules +## Writing modules Modules can be written using any programming language. It will be called from the project toplevel folder with templater's `share` folder as the first parameter. |