Skip to content

Commit a7f82f8

Browse files
committed
Setup files
1 parent 669b67d commit a7f82f8

File tree

6 files changed

+457
-6
lines changed

6 files changed

+457
-6
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# TOPIC(What does this cover)
2+
3+
## Description
4+
5+
Expand on the topic here- what details are covered by this pull request?
6+
7+
## Checklist
8+
9+
- [ ] I have verified that nobody else has an open pull request on this topic already.
10+
- [ ] My contribution follows the `template.md`
11+
- [ ] I have performed a self-review of my own contributions - checking for spelling errors, proper links, etc.

.gitignore

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
lerna-debug.log*
8+
9+
# Diagnostic reports (https://nodejs.org/api/report.html)
10+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11+
12+
# Runtime data
13+
pids
14+
*.pid
15+
*.seed
16+
*.pid.lock
17+
18+
# Directory for instrumented libs generated by jscoverage/JSCover
19+
lib-cov
20+
21+
# Coverage directory used by tools like istanbul
22+
coverage
23+
*.lcov
24+
25+
# nyc test coverage
26+
.nyc_output
27+
28+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29+
.grunt
30+
31+
# Bower dependency directory (https://bower.io/)
32+
bower_components
33+
34+
# node-waf configuration
35+
.lock-wscript
36+
37+
# Compiled binary addons (https://nodejs.org/api/addons.html)
38+
build/Release
39+
40+
# Dependency directories
41+
node_modules/
42+
jspm_packages/
43+
44+
# Snowpack dependency directory (https://snowpack.dev/)
45+
web_modules/
46+
47+
# TypeScript cache
48+
*.tsbuildinfo
49+
50+
# Optional npm cache directory
51+
.npm
52+
53+
# Optional eslint cache
54+
.eslintcache
55+
56+
# Microbundle cache
57+
.rpt2_cache/
58+
.rts2_cache_cjs/
59+
.rts2_cache_es/
60+
.rts2_cache_umd/
61+
62+
# Optional REPL history
63+
.node_repl_history
64+
65+
# Output of 'npm pack'
66+
*.tgz
67+
68+
# Yarn Integrity file
69+
.yarn-integrity
70+
71+
# dotenv environment variables file
72+
.env
73+
.env.test
74+
75+
# parcel-bundler cache (https://parceljs.org/)
76+
.cache
77+
.parcel-cache
78+
79+
# Next.js build output
80+
.next
81+
out
82+
83+
# Nuxt.js build / generate output
84+
.nuxt
85+
dist
86+
87+
# Gatsby files
88+
.cache/
89+
# Comment in the public line in if your project uses Gatsby and not Next.js
90+
# https://nextjs.org/blog/next-9-1#public-directory-support
91+
# public
92+
93+
# vuepress build output
94+
.vuepress/dist
95+
96+
# Serverless directories
97+
.serverless/
98+
99+
# FuseBox cache
100+
.fusebox/
101+
102+
# DynamoDB Local files
103+
.dynamodb/
104+
105+
# TernJS port file
106+
.tern-port
107+
108+
# Stores VSCode versions used for testing VSCode extensions
109+
.vscode-test
110+
111+
# yarn v2
112+
.yarn/cache
113+
.yarn/unplugged
114+
.yarn/build-state.yml
115+
.yarn/install-state.gz
116+
.pnp.*

LICENSE

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
Apache License
2+
3+
Version 2.0, January 2004
4+
5+
http://www.apache.org/licenses/ TERMS
6+
AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7+
8+
1. Definitions.
9+
10+
11+
12+
13+
"License" shall mean the terms and conditions for use, reproduction, and
14+
distribution as defined by Sections 1 through 9 of this document.
15+
16+
17+
18+
19+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
20+
owner that is granting the License.
21+
22+
23+
24+
"Legal Entity" shall mean the
25+
union of the acting entity and all other entities that control, are controlled
26+
by, or are under common control with that entity. For the purposes of this
27+
definition, "control" means (i) the power, direct or indirect, to cause the
28+
direction or management of such entity, whether by contract or otherwise, or (ii)
29+
ownership of fifty percent (50%) or more of the outstanding shares, or (iii)
30+
beneficial ownership of such entity.
31+
32+
33+
34+
"You" (or "Your") shall mean
35+
an individual or Legal Entity exercising permissions granted by this License.
36+
37+
38+
39+
40+
"Source" form shall mean the preferred form for making modifications,
41+
including but not limited to software source code, documentation source, and
42+
configuration files.
43+
44+
45+
46+
"Object" form shall mean any form resulting
47+
from mechanical transformation or translation of a Source form, including but not
48+
limited to compiled object code, generated documentation, and conversions to
49+
other media types.
50+
51+
52+
53+
"Work" shall mean the work of authorship,
54+
whether in Source or Object form, made available under the License, as indicated
55+
by a copyright notice that is included in or attached to the work (an example is
56+
provided in the Appendix below).
57+
58+
59+
60+
"Derivative Works" shall mean any
61+
work, whether in Source or Object form, that is based on (or derived from) the
62+
Work and for which the editorial revisions, annotations, elaborations, or other
63+
modifications represent, as a whole, an original work of authorship. For the
64+
purposes of this License, Derivative Works shall not include works that remain
65+
separable from, or merely link (or bind by name) to the interfaces of, the Work
66+
and Derivative Works thereof.
67+
68+
69+
70+
"Contribution" shall mean any work
71+
of authorship, including the original version of the Work and any modifications
72+
or additions to that Work or Derivative Works thereof, that is intentionally
73+
submitted to Licensor for inclusion in the Work by the copyright owner or by an
74+
individual or Legal Entity authorized to submit on behalf of the copyright owner.
75+
For the purposes of this definition, "submitted" means any form of electronic,
76+
verbal, or written communication sent to the Licensor or its representatives,
77+
including but not limited to communication on electronic mailing lists, source
78+
code control systems, and issue tracking systems that are managed by, or on
79+
behalf of, the Licensor for the purpose of discussing and improving the Work, but
80+
excluding communication that is conspicuously marked or otherwise designated in
81+
writing by the copyright owner as "Not a Contribution."
82+
83+
84+
85+
86+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of
87+
whom a Contribution has been received by Licensor and subsequently incorporated
88+
within the Work.
89+
90+
2. Grant of Copyright License. Subject to the terms and
91+
conditions of this License, each Contributor hereby grants to You a perpetual,
92+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license
93+
to reproduce, prepare Derivative Works of, publicly display, publicly perform,
94+
sublicense, and distribute the Work and such Derivative Works in Source or Object
95+
form.
96+
97+
3. Grant of Patent License. Subject to the terms and conditions of this
98+
License, each Contributor hereby grants to You a perpetual, worldwide,
99+
non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
100+
section) patent license to make, have made, use, offer to sell, sell, import, and
101+
otherwise transfer the Work, where such license applies only to those patent
102+
claims licensable by such Contributor that are necessarily infringed by their
103+
Contribution(s) alone or by combination of their Contribution(s) with the Work to
104+
which such Contribution(s) was submitted. If You institute patent litigation
105+
against any entity (including a cross-claim or counterclaim in a lawsuit)
106+
alleging that the Work or a Contribution incorporated within the Work constitutes
107+
direct or contributory patent infringement, then any patent licenses granted to
108+
You under this License for that Work shall terminate as of the date such
109+
litigation is filed.
110+
111+
4. Redistribution. You may reproduce and distribute
112+
copies of the Work or Derivative Works thereof in any medium, with or without
113+
modifications, and in Source or Object form, provided that You meet the following
114+
conditions:
115+
116+
(a) You must give any other recipients of the Work or
117+
Derivative Works a copy of this License; and
118+
119+
(b) You must cause any
120+
modified files to carry prominent notices stating that You changed the files;
121+
and
122+
123+
(c) You must retain, in the Source form of any Derivative Works that
124+
You distribute, all copyright, patent, trademark, and attribution notices from
125+
the Source form of the Work, excluding those notices that do not pertain to any
126+
part of the Derivative Works; and
127+
128+
(d) If the Work includes a "NOTICE" text
129+
file as part of its distribution, then any Derivative Works that You distribute
130+
must include a readable copy of the attribution notices contained within such
131+
NOTICE file, excluding those notices that do not pertain to any part of the
132+
Derivative Works, in at least one of the following places: within a NOTICE text
133+
file distributed as part of the Derivative Works; within the Source form or
134+
documentation, if provided along with the Derivative Works; or, within a display
135+
generated by the Derivative Works, if and wherever such third-party notices
136+
normally appear. The contents of the NOTICE file are for informational purposes
137+
only and do not modify the License. You may add Your own attribution notices
138+
within Derivative Works that You distribute, alongside or as an addendum to the
139+
NOTICE text from the Work, provided that such additional attribution notices
140+
cannot be construed as modifying the License.
141+
142+
You may add Your own
143+
copyright statement to Your modifications and may provide additional or different
144+
license terms and conditions for use, reproduction, or distribution of Your
145+
modifications, or for any such Derivative Works as a whole, provided Your use,
146+
reproduction, and distribution of the Work otherwise complies with the conditions
147+
stated in this License.
148+
149+
5. Submission of Contributions. Unless You explicitly
150+
state otherwise, any Contribution intentionally submitted for inclusion in the
151+
Work by You to the Licensor shall be under the terms and conditions of this
152+
License, without any additional terms or conditions. Notwithstanding the above,
153+
nothing herein shall supersede or modify the terms of any separate license
154+
agreement you may have executed with Licensor regarding such Contributions.
155+
156+
157+
6. Trademarks. This License does not grant permission to use the trade names,
158+
trademarks, service marks, or product names of the Licensor, except as required
159+
for reasonable and customary use in describing the origin of the Work and
160+
reproducing the content of the NOTICE file.
161+
162+
7. Disclaimer of Warranty. Unless
163+
required by applicable law or agreed to in writing, Licensor provides the Work
164+
(and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
165+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
166+
without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
167+
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible
168+
for determining the appropriateness of using or redistributing the Work and
169+
assume any risks associated with Your exercise of permissions under this
170+
License.
171+
172+
8. Limitation of Liability. In no event and under no legal theory,
173+
whether in tort (including negligence), contract, or otherwise, unless required
174+
by applicable law (such as deliberate and grossly negligent acts) or agreed to in
175+
writing, shall any Contributor be liable to You for damages, including any
176+
direct, indirect, special, incidental, or consequential damages of any character
177+
arising as a result of this License or out of the use or inability to use the
178+
Work (including but not limited to damages for loss of goodwill, work stoppage,
179+
computer failure or malfunction, or any and all other commercial damages or
180+
losses), even if such Contributor has been advised of the possibility of such
181+
damages.
182+
183+
9. Accepting Warranty or Additional Liability. While redistributing
184+
the Work or Derivative Works thereof, You may choose to offer, and charge a fee
185+
for, acceptance of support, warranty, indemnity, or other liability obligations
186+
and/or rights consistent with this License. However, in accepting such
187+
obligations, You may act only on Your own behalf and on Your sole responsibility,
188+
not on behalf of any other Contributor, and only if You agree to indemnify,
189+
defend, and hold each Contributor harmless for any liability incurred by, or
190+
claims asserted against, such Contributor by reason of your accepting any such
191+
warranty or additional liability. END OF TERMS AND CONDITIONS
192+
193+
APPENDIX: How to
194+
apply the Apache License to your work.
195+
196+
To apply the Apache License to your work,
197+
attach the following boilerplate notice, with the fields enclosed by brackets
198+
"[]" replaced with your own identifying information. (Don't include the
199+
brackets!) The text should be enclosed in the appropriate comment syntax for the
200+
file format. We also recommend that a file or class name and description of
201+
purpose be included on the same "printed page" as the copyright notice for easier
202+
identification within third-party archives.
203+
204+
Copyright [yyyy]
205+
funnyboy-roks
206+
207+
Licensed under the Apache License, Version 2.0 (the
208+
"License");
209+
210+
you may not use this file except in compliance with the
211+
License.
212+
213+
You may obtain a copy of the License
214+
at
215+
216+
http://www.apache.org/licenses/LICENSE-2.0
217+
218+
Unless required by applicable law
219+
or agreed to in writing, software
220+
221+
distributed under the License is distributed
222+
on an "AS IS" BASIS,
223+
224+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
225+
express or implied.
226+
227+
See the License for the specific language governing
228+
permissions and
229+
230+
limitations under the License.

0 commit comments

Comments
 (0)