summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-10-19 14:46:23 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-10-19 14:46:23 -0400
commitc6dbad2594620f9c25e7e548b813522c1e6c626d (patch)
treece12cbe8ae984893f8ea2ea506108946eeb3e740
parent9be620e2fcdc13c6e6a918323157e21e1fed568f (diff)
downloadSMAPI-c6dbad2594620f9c25e7e548b813522c1e6c626d.tar.gz
SMAPI-c6dbad2594620f9c25e7e548b813522c1e6c626d.tar.bz2
SMAPI-c6dbad2594620f9c25e7e548b813522c1e6c626d.zip
add license + readme
-rw-r--r--LICENSE.txt8
-rw-r--r--README.md31
2 files changed, 39 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 00000000..6463a584
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright Pathoschild and other contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..6ea731d1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+**Stardew.ModBuildConfig** is an open-source NuGet package which automates the build configuration
+for crossplatform [Stardew Valley](http://stardewvalley.net/) mods that use SMAPI.
+
+The configuration detects the operating system (Linux, Mac, or Windows) and the Stardew Valley
+install path, and injects the correct references to Stardew Valley, SMAPI, and XNA/MonoGame.
+It also adds a `GamePath` variable which can be used to automate mod installation during testing
+if desired.
+
+## Contents
+* [Installation](#installation)
+* [Configuration](#configuration)
+* [Versions](#versions)
+* [See also](#see-also)
+
+## Installation
+### New mod
+_TODO_
+
+### Migrating an existing mod
+_TODO_
+
+## Configuration
+_TODO_
+
+## Versions
+_TODO_
+
+## See also
+_TODO_
+* <s>NuGet package</s>
+* <s>Discussion thread</s> \ No newline at end of file