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

@suplink/cli

v1.4.6

Published

suplink cli

Downloads

11

Readme

概述

本工具供开发、工程快速创建、发布、上架、模拟、调试supLink小程序使用。

特性

  • 覆盖supLink小程序开发全生命周期。
  • 支持supLink服务和账号管理。
  • 支持令牌和密码(可选)记忆,支持操作记忆。
  • 支持非Mac调试IOS真机,支持免登模拟和调试,支持纯内网使用。

功能

创建小程序

支持react和vue框架,可选择场景,默认场景为基础场景,提供鉴权获取用户信息并显示的功能,未来根据需要可提供更多场景模板。

命令

suplink create {小程序名}

三方小程序转换

微信等三方小程序转换为supLink小程序。

命令

suplink convert

发布小程序

将小程序发布到指定的supLink服务或打包成supOS内置App包。

命令

suplink publish

上架小程序

将小程序上架到指定的supLink服务。

命令

suplink deploy

模拟

可对小程序进行本地浏览器或者在线真机模拟。

命令

suplink mock

调试

可对小程序进行本地浏览器或者在线真机调试。 支持在局域网下调试真机以及在非Mac环境调试IOS。

命令

suplink debug

管理supLink服务

增删查询supLink服务。

命令

suplink server add/remove/list

导入导出本地数据

导入导出本地数据(包括supLink服务、模拟以及调试数据),方便进行数据共享。

命令

suplink setting import/export

添加JSSDK案例

支持往客户端添加supLink小程序案例(比如JSSDK案例)供开发者参考。

命令

suplink example