Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

wokoo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wokoo

create the basic project of tampermonkey

latest
npmnpm
Version
0.3.3
Version published
Maintainers
1
Created
Source

wokoo-scripts

使用 nodejs 编写的脚本工具,用于初始化一个基于 wokoo-template 模板的,有基础配置的油猴项目

功能

  • 分析用户在控制台输入的命令
  • 和用户交互,拉取 wokoo-template,生成对应的初始项目

使用

  • 安装
npm i wokoo -g
  • 创建项目
wokoo my-plugin
  • 命令行中会弹出询问: ? which template do you prefer? [ ] react [ ] vue
  • 选择对应模板,生成初始化项目

使用到的库

目录结构

.
├── README.md
├── bin
│   └── www             入口文件
├── index.js            主程序
├── modifyTemplate.js   将temp目录下的ejs语法,替换成js变量
├── package-lock.json
└── package.json

了解更多

如果想了解更多内容,请访问下面的网址: 油猴脚手架 wokoo 使用说明 油猴脚手架 wokoo git 仓库

FAQs

Package last updated on 13 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts