tmkey
v1.0.0
Published
Rapid development of tampermonkey scripts!
Downloads
3
Maintainers
Readme
Quickly Build Tampermonkey Scripts.
English · 中文
Install
npm install tmkey
Project Description
This Npm package can be used to develop Tampermonkey scripts. A scaffolding environment is built.
How to use it
- In your empty project (without any files or folders other than .git), install this package
npm install tmkey
- Initialize the project
Then fill out the CLI questionnairetmkey init
- Write the code
Write the code in the
src/index.js
file. Support the introduction of npm packages. - Packaging
bash tmkey build
The packaged files are in thedist
folder.