Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/bookmark-manager
Bookmark manager for power users.
https://github.com/malcodeman/bookmark-manager
bookmarks-manager
Last synced: 11 days ago
JSON representation
Bookmark manager for power users.
- Host: GitHub
- URL: https://github.com/malcodeman/bookmark-manager
- Owner: malcodeman
- License: mit
- Created: 2022-03-15T22:34:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T15:47:56.000Z (over 1 year ago)
- Last Synced: 2024-05-03T01:20:50.510Z (6 months ago)
- Topics: bookmarks-manager
- Language: TypeScript
- Homepage:
- Size: 475 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - bookmark-manager - Bookmark manager for power users. (Next.js)
README
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/bookmark-manager/blob/master/LICENSE)
managefoxBookmark manager for power users.
## Getting started
```
git clone https://github.com/malcodeman/bookmark-manager
cd bookmark-manager
npm install
npm run dev
```## Testing
```
"test": "jest --watch",
"test:ci": "jest --ci",
"cypress:open": "cypress open",
"cypress:ci": "cypress run --headless"
```## License
[MIT](./LICENSE)