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

alix-debugger1

v1.2.2

Published

Alix Debugger VScode plugin

Downloads

1

Readme

Alix Debugger

How to get it

  • 下载 vsode, 解压安装

  • vscode 插件市场搜索 alix-debugger, 点击安装即可:

How to use it

  • parse: 在 slide 目录下的任意 .json/.yaml 文件, 右键选择命令执行:

    • parse (prod) -- 解析并上传至 cms production 环境, 可能提示填写一次 TOKEN (alix cms production), 后续无须重复填写
    • parse (dev) -- 解析并上传至 cms development 环境, 可能提示填写一次 TOKEN (alix cms development), 后续无须重复填写
    • parse refine -- 将当前目录下的所有 .yaml 文件中的非法空格转成正常空格
    • parse upload -- 上传图片
    • git pull -- 获取最新 lesson/slide 内容
    • git push -- 提交最新 lesson/slide 内容, 无需填写提交信息(commit)
    • install/update alixcms-template-tool -- 安装或者更新 alixcms-template-tool
  • debug slide/lesson:
    • debug 之前, 请确保 parse (prod)slide 内容成功! 否则将使用之前数据,或者没有 slide 数据则不能 debug
    • 打开 slide.yaml文件, 点击 slide.yaml 文件右上角最左侧的绿色图标打开 debug 页面 (按住 alt 键点击图标则打开全屏页面)
    • debug 页面, 点击页面上方 [lesson]-[slide] 切换 debug slide/lesson
    • debug 页面, 点击页面上方 小圆环 重新 debug