diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000..fc4b614 --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1 @@ +Cédric Belin diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9eb9cc5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## Version 1.0.0 +- Initial release. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5e6cfb7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +# MIT License +Copyright © 2023 Cédric Belin + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..de83f01 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Setup Ivy +![Node.js](https://badgen.net/badge/node/%3E%3D16.0.0/green) ![Action](https://badgen.net/badge/action/v1.0.0/blue) ![License](https://badgen.net/badge/license/MIT/blue) ![Coverage](https://badgen.net/codecov/c/github/cedx/setup-ivy) + +Set up your [GitHub Actions](https://docs.github.com/en/actions) workflow with a standalone version of [Apache Ivy](https://ant.apache.org/ivy). + +## Documentation +- [User guide](https://docs.belin.io/setup-ivy) +- [API reference](https://docs.belin.io/setup-ivy/api) + +## Development +- [Git repository](https://github.com/cedx/setup-ivy) +- [GitHub marketplace](https://github.com/marketplace/actions/setup-ivy) +- [Submit an issue](https://github.com/cedx/setup-ivy/issues) + +## License +[Setup Ivy](https://docs.belin.io/setup-ivy) is distributed under the MIT License. diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..9e888a3 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/favicon.svg b/docs/favicon.svg new file mode 100644 index 0000000..3e55c84 --- /dev/null +++ b/docs/favicon.svg @@ -0,0 +1 @@ +java_v2 \ No newline at end of file