Giter Club home page Giter Club logo

scriptcat-base's Introduction

安装依赖

yarn

配置文件

meta.json文件配置脚本注释头的方式,字段值可以是字符串或字符串类型数组。

{
  "@name": "screeps-chinese-pack",
  "@namespace": "http://tampermonkey.net/",
  "@version": "1.3",
  "@description": "用于汉化 screeps.com 网站的油猴脚本",
  "@author": "NorthEgg",
  "@match": "https://screeps.com/*",
  "@grant": "none",
  "@license": "MIT"
}

目录结构

plugin

plugin 目录为插件目录,src为插件源码,lib为编译后的插件

src

src目录为脚本目录,入口文件为main.ts

npm脚本

start:parcel 开发服务

build:parcel 构建

watch:parcel文件监听

buildPlugin:编译插件目录下所有插件

scriptcat-base's People

Contributors

996581176 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.