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

@chenhailong/test001

v0.0.14

Published

运行的是main.js

Downloads

20

Readme

测试一下

使用rollup进行打包

运行的是main.js

npm run build

yarn publish

走发布测试

chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$ yarn publishyarn publish v1.22.4 [1/4] Bumping version... info Current version: 0.0.8 question New version: 0.0.8 [2/4] Logging in... [3/4] Publishing... info Two factor authentication enabled. question npm one-time password: 092813 #Authenticator success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. ✨ Done in 30.44s.

yarn global add @chenhailong/test001 yarn global remove @chenhailong/test001

本地测试全局,仅能使用 npm install . -g

chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$ yarn add . -g yarn add v1.21.1 [1/4] 🔍 Resolving packages... error Received malformed response from registry for ".". The registry may be down. info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$ cnpm install . -g Downloading 5058f1af8388633f609cadb75a75dc9d to /usr/local/lib/node_modules/5058f1af8388633f609cadb75a75dc9d_tmp Copying /usr/local/lib/node_modules/5058f1af8388633f609cadb75a75dc9d_tmp/@[email protected]@@chenhailong/test001 to /usr/local/lib/node_modules/@chenhailong/test001 Error: ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/5058f1af8388633f609cadb75a75dc9d_tmp/@[email protected]@@chenhailong/test001' -> '/usr/local/lib/node_modules/@chenhailong/test001' npminstall version: 3.4.0 npminstall args: /usr/local/bin/node /usr/local/lib/node_modules/cnpm/node_modules/npminstall/bin/install.js --china --userconfig=/Users/chenhailong/.cnpmrc --disturl=https://npm.taobao.org/mirrors/node --registry=https://registry.npm.taobao.org . -g chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$ npm install . -g /usr/local/bin/test001-cli -> /usr/local/lib/node_modules/@chenhailong/test001/bin/test001-cli.js

  • @chenhailong/[email protected] added 1 package from 3 contributors in 0.419s chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$ test001-cli 🌹小姐姐,你好啊! /Volumes/SSD/recent/test-yarn-cli/my-new-project chenhailong@chenhailongdeMacBook-Pro:/Volumes/SSD/recent/test-yarn-cli/my-new-project$

总结:

process.cwd()输出cli执行的目录