diff --git a/.eslintignore b/.eslintignore index 342b6a9c..d72e120e 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,7 +2,6 @@ babel.config.js babel.config.cjs.js babel.config.esm.js metro.config.js -tailwind.config.js release.config.js jest.config.js jest.setup.js diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f4f88b2e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global rule: +* @MatiPl01 @kacperklusek diff --git a/.github/workflows/check_pr_title.yml b/.github/workflows/check_pr_title.yml index 43f5517c..b52c1dcf 100644 --- a/.github/workflows/check_pr_title.yml +++ b/.github/workflows/check_pr_title.yml @@ -12,6 +12,7 @@ permissions: write-all jobs: validate_pr_title: name: Validate PR title + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v5 diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..943447ee --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [2023] [Mateusz Łopaciński] + +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 index 39891f23..f3e67ee8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,129 @@ + + + +
+
# React Native Smart Graph
-[](http://commitizen.github.io/cz-cli/)
+### Dynamic Graph Visualization for React Native
+
+#### Effortlessly create and interact with graph structures in your apps
+
+
+
+
+
+
+
+
+
+
+
++ Getting Started +
++ Usage +
+ +