npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@thingjs/xplugin-cli

v0.3.4

Published

UINO ThingJS-X 零代码平台插件二次开发脚手架,用于生成插件模板开发代码

Downloads

7

Readme

@thingjs/xplugin-cli

xplugin-cli

   xplugin-cli is the Standard Tooling for ThingJS-X Plug-in Development

Install

Global Installation

   
   npm install -g @thingjs/xplugin-cli

   //建议 nodejs version 16+ & npm version 8+

Usage

View scaffold command version

   
   //check cli version
   - xplugin -v,-V          -- 查看脚手架版本号 

   //upgrade template code or demo
   - xplugin upgrade        -- 升级更新模板代码或示例

   //help
   - xplugin -h,-help       -- 查看所支持的相关命令

   //create a project
   - xplugin init XXX       -- 创建插件工程

Create a project


   xplugin create 插件工程名称 
      OR
   xplugin init 插件工程名称

  > 1.选择插件类型:
      * 系统插件模板
      * 扩展插件模板
      * 面板插件模板
      * 场景控制插件模板
      * 场景图层插件模板
      
  > 2.是否使用工程名称作为插件名称?
      是则使用创建名称作为插件名称
      否则输入名称作为插件名称 
      
  > 3.创建完毕,生成插件模板代码,进行插件开发

Suport

Supported ThingJS-X Plug-in Development Template

  • [x] 系统插件模板

  • [x] 扩展插件模板

  • [x] 面板插件模板

  • [x] 场景图层插件模板

  • [x] 场景控制插件模板

  • [ ] ~~原子插件模板~~

  • [ ] ~~界面模板模板~~

Documentation

plug-in for ThingJS-X docs

   @thingjs/xplugin-cli  是一款用于构建 ThingJS-X(零代码平台) 
   插件扩展能力的用户界面及功能的 JavaScript 框架
   它基于标准 HTML、CSS 和 JavaScript 构建
   同时使用Vue 框架及生态 并提供了一套声明式的、组件化的编程模型
   帮助你高效地开发 ThingJS-X 插件

Full Docs