diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000000..4289c6e74d --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +nano Framework Interpreter Contributors +======================================= + +The following is a list of contributors to the nano Framework Interpreter +project, in alphabetical order. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000000..be113ae188 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,4 @@ +LICENSE +======= + +Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000..1bc9004ea3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# nano Framework Interpreter + +Welcome to the nano Framework Interpreter repository. + +* [Documentation](docs/) + +## Credits + +The nano Framework Interpreter is based on [.NET Micro Framework Interpreter](https://github.com/NETMF/netmf-interpreter) project. + +The list of contributors to this project can be found at [CONTRIBUTORS](CONTRIBUTORS.md). + +## License + +The nano Framework Interpreter is licensed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..beb4248f7f --- /dev/null +++ b/docs/README.md @@ -0,0 +1,6 @@ +# Introduction to nano Framework Interpreter + +## Architecture + +## Developer Guide +