README.md
# SrService
This is the project generator for new services at SalesRabbit.
## Installation
In a terminal run: `mix archive.install sr_service`
## Usage
In a terminal navigate to the directory you want the new project to be generated.
Run: `mix sr_service.new <new_app>`
A new project will be generated in the `<new_app>` folder.
## Development
When editing templates use `<APP_NAME>` to variablize the application name in the template.