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.
- Host: GitHub
- URL: https://github.com/greasify/create-greasify
- Owner: greasify
- Created: 2024-09-08T15:10:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T15:19:00.000Z (over 1 year ago)
- Last Synced: 2025-02-09T16:23:39.571Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |