https://github.com/thisdot/open-source
Repository for open source packages
https://github.com/thisdot/open-source
Last synced: 5 months ago
JSON representation
Repository for open source packages
- Host: GitHub
- URL: https://github.com/thisdot/open-source
- Owner: thisdot
- License: mit
- Created: 2021-04-22T11:22:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T10:27:28.000Z (over 1 year ago)
- Last Synced: 2024-11-14T09:06:36.834Z (5 months ago)
- Language: TypeScript
- Size: 4.19 MB
- Stars: 34
- Watchers: 15
- Forks: 11
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

## Packages
This repository currently contains the following packages:
- [@this-dot/route-config](./libs/route-config/README.md)
- [@this-dot/ng-utils](./libs/ng-utils/README.md)
- [@this-dot/cypress-indexeddb](./libs/cypress-indexeddb/README.md)
- [@this-dot/rxidb](./libs/rxidb/README.md)
- [@this-dot/vue-route-guard](./libs/vue-route-guard/README.md)## Demo
You can try out our showcase application by following the steps below
1. [Import this repository on Stackblitz](https://stackblitz.com/github/thisdot/open-source?preset=node)
1. [Import this repository on Stackblitz and start the Vue application](https://stackblitz.com/github/thisdot/open-source?file=package.json&terminal=start:vue)
1. Try out the showcase application.## How to contribute
Follow our [contributing guidelines](CONTRIBUTING.md).
## Publications
- [Introducing our first open-source library: @this-dot/route-config](https://www.thisdot.co/blog/introducing-our-first-open-source-library-this-dot-route-config)
- [Getting authenticated images in Angular](https://www.thisdot.co/blog/getting-authenticated-images-in-angular)
- [What's new in @this-dot/route-config v1.2](https://www.thisdot.co/blog/whats-new-in-this-dot-route-config-v1-2)
- [Cypress testing your IndexedDb contents with @this-dot/cypress-indexeddb](https://www.thisdot.co/blog/cypress-testing-your-indexeddb-contents-with-this-dot-cypress-indexeddb)