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

https://github.com/guansss/userscripts

My userscript project.
https://github.com/guansss/userscripts

userscript

Last synced: 5 months ago
JSON representation

My userscript project.

Awesome Lists containing this project

README

          

# userscripts

My userscript project.

## Development

This project uses [webpack-monkey](https://github.com/guansss/webpack-monkey), please refer to its documentation for the workflow.

```sh
# install dependencies
npm i

# start dev server and serve all the scripts
npm run dev

# build all the scripts
npm run build
```