https://github.com/corrupt952/scraps
https://github.com/corrupt952/scraps
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/corrupt952/scraps
- Owner: corrupt952
- License: mit
- Created: 2024-05-23T12:05:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T08:09:59.000Z (about 1 year ago)
- Last Synced: 2025-05-12T19:12:15.069Z (about 1 year ago)
- Language: TypeScript
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Scraps
Scraps is a simple tool that allows you to make notes in the sidebar.
## Directory Structure
```plaintext
.
├── resources ... Static resources for VSCode extension
├── src ... Source code for VSCode extension
└── webview-ui ... Webview UI source code
├── public ... Static resources for Webview UI
└── src ... Source code for Webview UI
```
## Development
### Requirements
- Node.js
### Setup
1. Fork this repository
2. Clone the forked repository
3. Run `npm install` in the root directory
### Running the Extension
1. `F5` to start the extension in a new VSCode window
1. Open the extension by clicking on the `Scraps` icon in the sidebar