web-window-manager 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +154 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,155 @@
|
|
|
1
1
|
# TODO
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
- [x] Add appropriate readme boilerplate
|
|
3
|
+
- [ ] Add complete readme details
|
|
4
|
+
- [ ] Add examples
|
|
5
|
+
- [ ] abstract cache manager to new npm package
|
|
6
|
+
|
|
7
|
+
<br/>
|
|
8
|
+
|
|
9
|
+
# Web-Window-Manager
|
|
10
|
+
|
|
11
|
+
TODO: put descriptino here
|
|
12
|
+
|
|
13
|
+
### Badges
|
|
14
|
+
|
|
15
|
+
[](https://www.npmjs.com/package/storybook-addon-next)
|
|
16
|
+
|
|
17
|
+
TODO: add release detials here
|
|
18
|
+
|
|
19
|
+
<div id="top"></div>
|
|
20
|
+
|
|
21
|
+
### Externals
|
|
22
|
+
|
|
23
|
+
[![Contributors][contributors-shield]][contributors-url]
|
|
24
|
+
[![Forks][forks-shield]][forks-url]
|
|
25
|
+
[![Stargazers][stars-shield]][stars-url]
|
|
26
|
+
[![Issues][issues-shield]][issues-url]
|
|
27
|
+
[![MIT License][license-shield]][license-url]
|
|
28
|
+
[![LinkedIn][linkedin-shield]][linkedin-url]
|
|
29
|
+
|
|
30
|
+
<!-- PROJECT LOGO -->
|
|
31
|
+
<br />
|
|
32
|
+
|
|
33
|
+
<!-- TABLE OF CONTENTS -->
|
|
34
|
+
<details>
|
|
35
|
+
<summary>Table of Contents</summary>
|
|
36
|
+
<ol>
|
|
37
|
+
<li>
|
|
38
|
+
<a href="#about-the-project">About The Project</a>
|
|
39
|
+
<ul>
|
|
40
|
+
<li><a href="#built-with">Built With</a></li>
|
|
41
|
+
</ul>
|
|
42
|
+
</li>
|
|
43
|
+
<li>
|
|
44
|
+
<a href="#getting-started">Getting Started</a>
|
|
45
|
+
<ul>
|
|
46
|
+
<li><a href="#prerequisites">Prerequisites</a></li>
|
|
47
|
+
<li><a href="#installation">Installation</a></li>
|
|
48
|
+
</ul>
|
|
49
|
+
</li>
|
|
50
|
+
<li><a href="#usage">Usage</a></li>
|
|
51
|
+
<li><a href="#roadmap">Roadmap</a></li>
|
|
52
|
+
<li><a href="#contributing">Contributing</a></li>
|
|
53
|
+
<li><a href="#license">License</a></li>
|
|
54
|
+
<li><a href="#contact">Contact</a></li>
|
|
55
|
+
<li><a href="#acknowledgments">Acknowledgments</a></li>
|
|
56
|
+
</ol>
|
|
57
|
+
</details>
|
|
58
|
+
|
|
59
|
+
<br/>
|
|
60
|
+
|
|
61
|
+
<!-- ABOUT THE PROJECT -->
|
|
62
|
+
|
|
63
|
+
## About The Project
|
|
64
|
+
|
|
65
|
+
TODO: put about the project here
|
|
66
|
+
|
|
67
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
68
|
+
|
|
69
|
+
### Built With
|
|
70
|
+
|
|
71
|
+
- [TypeScript](https://www.typescriptlang.org/)
|
|
72
|
+
|
|
73
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
74
|
+
|
|
75
|
+
<!-- GETTING STARTED -->
|
|
76
|
+
|
|
77
|
+
## Getting Started
|
|
78
|
+
|
|
79
|
+
To get the package included in your project, follow these steps
|
|
80
|
+
|
|
81
|
+
### Installation
|
|
82
|
+
|
|
83
|
+
using [npm](https://www.npmjs.com/):
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
npm i web-window-manager
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
90
|
+
|
|
91
|
+
<!-- USAGE EXAMPLES -->
|
|
92
|
+
|
|
93
|
+
## Usage
|
|
94
|
+
|
|
95
|
+
TODO: Add how to use this package
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
_Check out the [examples](https://github.com/Tarmstrong95/WindowManger/tree/main/src/examples) folder for more details_
|
|
99
|
+
|
|
100
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
101
|
+
|
|
102
|
+
<hr>
|
|
103
|
+
|
|
104
|
+
See the [open issues](https://github.com/Tarmstrong95/WebWindowManager/issues) for a full list of proposed features (and known issues).
|
|
105
|
+
|
|
106
|
+
<!-- CONTRIBUTING -->
|
|
107
|
+
|
|
108
|
+
## Contributing
|
|
109
|
+
|
|
110
|
+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
|
111
|
+
|
|
112
|
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
|
|
113
|
+
Don't forget to give the project a star! Thanks again!
|
|
114
|
+
|
|
115
|
+
1. Fork the Project
|
|
116
|
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
117
|
+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
118
|
+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
119
|
+
5. Open a Pull Request
|
|
120
|
+
|
|
121
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
122
|
+
|
|
123
|
+
<!-- LICENSE -->
|
|
124
|
+
|
|
125
|
+
## License
|
|
126
|
+
|
|
127
|
+
Distributed under the MIT License. See `LICENSE.txt` for more information.
|
|
128
|
+
|
|
129
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
130
|
+
|
|
131
|
+
<!-- CONTACT -->
|
|
132
|
+
|
|
133
|
+
## Contact
|
|
134
|
+
|
|
135
|
+
Me - [@Triston08227721](https://twitter.com/Triston08227721) - triston95strong@gmail.com
|
|
136
|
+
|
|
137
|
+
Project Link: [https://github.com/Tarmstrong95/WebWindowManager](https://github.com/Tarmstrong95/WebWindowManager)
|
|
138
|
+
|
|
139
|
+
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
140
|
+
|
|
141
|
+
<!-- MARKDOWN LINKS & IMAGES -->
|
|
142
|
+
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
|
143
|
+
|
|
144
|
+
[contributors-shield]: https://img.shields.io/github/contributors/Tarmstrong95/WebWindowManager.svg?style=for-the-badge
|
|
145
|
+
[contributors-url]: https://github.com/Tarmstrong95/WebWindowManager/graphs/contributors
|
|
146
|
+
[forks-shield]: https://img.shields.io/github/forks/Tarmstrong95/WebWindowManager.svg?style=for-the-badge
|
|
147
|
+
[forks-url]: https://github.com/Tarmstrong95/WebWindowManager/network/members
|
|
148
|
+
[stars-shield]: https://img.shields.io/github/stars/Tarmstrong95/WebWindowManager.svg?style=for-the-badge
|
|
149
|
+
[stars-url]: https://github.com/Tarmstrong95/WebWindowManager/stargazers
|
|
150
|
+
[issues-shield]: https://img.shields.io/github/issues/Tarmstrong95/WebWindowManager.svg?style=for-the-badge
|
|
151
|
+
[issues-url]: https://github.com/Tarmstrong95/WebWindowManager/issues
|
|
152
|
+
[license-shield]: https://img.shields.io/github/license/Tarmstrong95/WebWindowManager.svg?style=for-the-badge
|
|
153
|
+
[license-url]: https://github.com/Tarmstrong95/WebWindowManager/blob/main/LICENSE
|
|
154
|
+
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
|
|
155
|
+
[linkedin-url]: https://linkedin.com/in/triston95strong
|