# generator-userscript_fonny **Repository Path**: vue-quasar/generator-userscript_fonny ## Basic Information - **Project Name**: generator-userscript_fonny - **Description**: violentmonkey项目脚手架 https://github.com/violentmonkey/generator-userscript.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2021-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @violentmonkey/generator-userscript ![NPM](https://img.shields.io/npm/v/@violentmonkey/generator-userscript.svg) Yeoman generator to create a workspace for userscript easily. ## Prerequisites - Node.js >= 12 ## Features - Modern syntax - JavaScript ESNext or TypeScript - JSX for DOM powered by [@violentmonkey/dom](https://github.com/violentmonkey/vm-dom) - CSS - CSSNext powered by [PreCSS](https://github.com/jonathantneal/precss) - CSS modules (only applied for `.module.css` files) - [tailwindcss](https://tailwindcss.com/) is enabled by default, but **only for CSS, don't use it in JavaScript or templates** Read [this](https://violentmonkey.github.io/guide/using-modern-syntax/) for more details. ## Usage ```sh $ mkdir my-script $ cd my-script # Use the latest version from git $ npx -p https://github.com/violentmonkey/generator-userscript.git -p yo yo @violentmonkey/userscript ```