diff options
author | elijah <elijah@riseup.net> | 2012-11-14 23:49:56 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-14 23:49:56 -0800 |
commit | ac74640c5f4a65f8f117deeaed8d1cd29a22bc3c (patch) | |
tree | 11154d40873711b150f861b67c14c3916f3b4498 /provider_base/README | |
parent | bc5906cacdd6cfd236a66a717dcba7263ff39605 (diff) |
added provider_base (latest leap_cli required)
Diffstat (limited to 'provider_base/README')
-rw-r--r-- | provider_base/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/provider_base/README b/provider_base/README new file mode 100644 index 00000000..bb80df50 --- /dev/null +++ b/provider_base/README @@ -0,0 +1,9 @@ +This directory holds the base provider files that actual providers inherit from. + +For example: + + the file........ myproject/provider/common.json + inherits from... myproject/leap_platform/provider_base/common.json + + + |