cea
TypeScript icon, indicating that this package has built-in type declarations

2.5.8 • Public • Published

详细说明

https://github.com/ceajs/cea/tree/main

插件: cea

安装

# Install cea as a cli
npm i -g cea
# Using cea as a module
npm i cea

示例

  1. 使用 CLI

今日校园签到:

cea sign
  1. 使用模块

今日校园签到:

// 导入 Cea 和内置的签到插件中的函数 checkIn
import Cea, { checkIn } from 'cea'
// 创建 Cea 的实例
const cea = new Cea()
// 注册插件
cea.addPlugin(checkIn)
// 执行签到脚本
cea.start()

文档

Package Sidebar

Install

npm i cea

Weekly Downloads

1

Version

2.5.8

License

MIT

Unpacked Size

9.75 kB

Total Files

11

Last publish

Collaborators

  • beetcb