Skip to content

Commit 4cf1d63

Browse files
committed
Remove old packages
1 parent 729a383 commit 4cf1d63

84 files changed

Lines changed: 403 additions & 7050 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/couchdb.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ node_modules/
1616
## Application files
1717
**/db.json
1818
**/.env
19-
20-
## Pouchdb database files
21-
packages/react-pouchdb/local/
22-
local/

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
[![Test](https://github.com/stanlemon/javascript/actions/workflows/test.yml/badge.svg)](https://github.com/stanlemon/javascript/actions/workflows/test.yml)
44

5-
This repository contains things I'm working on and things I like to reuse. They're generic enough that they might be useful to you too, so feel free to use them!
5+
This repository contains things I like to reuse. They're generic enough that they might be useful to you too, so feel free to use them!
66

77
Check out [@stanlemon/webdev](packages/webdev/README.md) and [@stanlemon/eslint-config](packages/eslint-config/README.md) for things that might be useful.
88

9-
The [@stanlemon/cli](packages/cli/README.md) is a quick way to create a brand new web app using the [@stanlemon/app-template](apps/template/README.md). It uses [@stanlemon/server-with-auth](packages/server-with-auth/README.md)
9+
Everything exists under the *MIT* license, so please use as you see fit. If you find a bug, please open an issue or a pull request and let me know.
1010

11-
The [@stanlemon/cli](packages/cli/README.md) is a quick way to create a brand new web app using the [@stanlemon/app-template](apps/template/README.md)
11+
## Deprecated Packages
1212

13-
Everything exists under the *MIT* license, so please fork and use as you see fit. If you find a bug, please open an issue or a pull request and let me know.
13+
The following packages are deprecated and will not receive further updates. They can be found at [this github tag](https://github.com/stanlemon/javascript/tree/deprecate-packages):
14+
15+
* [@stanlemon/react-couchdb-authentication](packages/react-couchdb-authentication/README.md) - React components for CouchDB authentication
16+
* [@stanlemon/react-pouchdb](packages/react-pouchdb/README.md) - React components for PouchDB
17+
* [@stanlemon/types-pouchdb-core](packages/types-pouchdb-core/README.md) - TypeScript types for PouchDB core
18+
* [@stanlemon/react-pouchdb-example](packages/react-pouchdb-example/README.md) - Example app using React PouchDB
19+
* [@stanlemon/cli](packages/cli/README.md) - CLI for creating new web apps (deprecated in favor of copying @stanlemon/app-template)

apps/react-pouchdb-example/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/react-pouchdb-example/eslint.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/react-pouchdb-example/jest.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/react-pouchdb-example/package.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

apps/react-pouchdb-example/src/App.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/react-pouchdb-example/src/App.test.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/react-pouchdb-example/src/App.tsx

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)