https://github.com/blackode/mix_task_files_generator
An Elixir Task Example of Generating Files
https://github.com/blackode/mix_task_files_generator
Last synced: about 2 months ago
JSON representation
An Elixir Task Example of Generating Files
- Host: GitHub
- URL: https://github.com/blackode/mix_task_files_generator
- Owner: blackode
- Created: 2023-04-14T16:48:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T16:53:24.000Z (about 3 years ago)
- Last Synced: 2025-01-14T23:59:19.874Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sms.Gen.Integration.School

## Usage
```elixir
mix sms.gen.integration.school school_name
mix sms.gen.integration.school school_name -p my_schools
mix sms.gen.integration.school school_name --schools_path my_schools
mix sms.gen.integration.school delhi_public -m DelhiSchool
mix sms.gen.integration.school delhi_public --module_name DelhiSchool
```
## Command line options
* `-m`, `--module_name` - the module name to be used for school by default it uses school name
* `-p`, `--schools_path` - the schools path to be used by default it uses "lib/schools"