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

@anka-dev/cli

v1.2.0

Published

WeChat miniprogram helper

Downloads

49

Readme

渐进式小程序开发工具集。提供通用的开发函数库及组件,我们正努力使小程序开发过程变得愉快。

如何使用

安装CLI

AnkaCLI 能在原生小程序语法之上提供 npm 包支持、管理页面与组件、在 Parser 的加持下还能在小程序项目中使用 Sass、PostCSS、TypeScript。甚至,你能通过编写插件实现一些特殊功能,关于如何编写插件请看这里

通过 npm 安装 AnkaCLI:

$ npm install @anka-dev/cli -g

关联文档

你可能需要的

问题

Anka 是小程序开发框架吗?

Anka 是小程序开发工具集,AnkaCLI 是其中之一。我们可以根据实际需求引入 Anka 集合内的工具,比如 Canvas库 anka-brush打点工具 anka-tracker

不同于 mpvue、wepy 和 Taro,Anka 不提供任何特殊的小程序开发语法,在保持原生状态的条件下引入所需的工具。当然,通过编写插件解析器也能实现特殊功能。

关于 AnkaCLI 如何工作请看这里

可以不安装 CLI 而单独使用其他工具吗?

完全可以。Anka 集合下的工具都能单独使用,他们之间没有任何依赖(如果有则会特别指出)。


问题反馈及建议

我们非常乐意看见你将使用过程中遇见的缺陷反馈到 issue 区。也任何新的想法或需求也可以通过相同方式提出并列入讨论。

Have a nice day 🎉 !

LICENSE

MIT