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

https://github.com/greasify/create-greasify

📦 Scaffolding your first userscript project.
https://github.com/greasify/create-greasify

Last synced: about 1 month ago
JSON representation

📦 Scaffolding your first userscript project.

Awesome Lists containing this project

README

          

## Scaffolding your first userscript project

```sh
npm create greasify@latest
```

```sh
yarn create greasify@latest
```

```sh
pnpm create greasify@latest
```

## The supported template presets are

| TypeScript | JavaScript |
| ----------------------------------- | ----------------------------- |
| [vanilla-ts](/templates/vanilla-ts) | [vanilla](/templates/vanilla) |
| [reatom-ts](/templates/reatom-ts) | [reatom](/templates/reatom) |
| [solid-ts](/templates/solid-ts) | [solid](/templates/solid) |
| [preact-ts](/templates/preact-ts) | [preact](/templates/preact) |