1.0.0 • Published 12 months ago
tmkey v1.0.0
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.
1.0.0
12 months ago