Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 786 Bytes

icon
UserUtils-Test

Test userscript for UserUtils based on my TypeScript userscript template

Commands

Command Description
npm i Run once to install dependencies
npm run dev Watch the code for changes, then build the userscript in development mode and serve it locally
npm run build-dev Build the userscript in development mode
npm run build-prod Build the userscript in production mode
npm link @sv443-network/userutils Symlink the local version of UserUtils (after running npm link and npm run dev in that project's root)