An open API service indexing awesome lists of open source software.

https://github.com/corrupt952/scraps


https://github.com/corrupt952/scraps

Last synced: about 1 year ago
JSON representation

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