1.0.0 • Published 12 months ago

tmkey v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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

  1. In your empty project (without any files or folders other than .git), install this package
    npm install tmkey
  2. Initialize the project
    tmkey init
    Then fill out the CLI questionnaire
  3. Write the code Write the code in the src/index.js file. Support the introduction of npm packages.
  4. Packaging bash tmkey build The packaged files are in the dist folder.