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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@maxtropy/create-isv-app

v0.1.2

Published

Interactive CLI for scaffolding Maxtropy ISV Vue micro frontend apps.

Downloads

458

Readme

@maxtropy/create-isv-app

用于生成 Maxtropy ISV Vue 微前端子项目的交互式脚手架。

Usage

npm create @maxtropy/isv-app

or:

npx @maxtropy/create-isv-app

当前版本只支持逐步问答,不支持 --app-name--target 等命令行参数。

If your local npm registry points to the company Nexus group and the package is published to npmjs, check whether @maxtropy:registry is also configured:

npm config get @maxtropy:registry

If it points to Nexus, plain --registry is not enough because the scoped registry has higher priority. Use one of these options.

One-off command:

npx --yes --@maxtropy:registry=https://registry.npmjs.org/ @maxtropy/create-isv-app

or:

npm create --@maxtropy:registry=https://registry.npmjs.org/ @maxtropy/isv-app

Permanent user config:

npm config set @maxtropy:registry https://registry.npmjs.org/

Publish

This is a scoped public package. package.json includes:

{
  "publishConfig": {
    "access": "public"
  }
}

Publish with:

npm publish

Equivalent one-off command:

npm publish --access public

If the team wants to use the package through Nexus, publish or proxy it in the Nexus npm repository first. Otherwise local installs using a Nexus registry will fail with 404 Not Found.

Prompts

  • 微前端 app key,必须以 ms- 开头,后面跟两位小写字母,例如 ms-ne
  • 项目目录名,默认根据 app key 自动生成
  • 本地开发端口,默认根据现有 micro-main-ui 本地端口自动推荐
  • 代理前缀,默认 api,server

The local test target is derived from the app key:

https://portal.test.maxtropy.com/infra/{appName}/

Generated Project

The generated app includes:

  • Vue 3 + Vite 4 + TypeScript
  • Pinia, Vue Router, Element Plus and Axios
  • @maxtropy/v-components
  • @maxtropy/vite-plugin-isv-local
  • Micro frontend runtime setup with microAppRewrite, microAppRouterHandle, withIsvErrorRoutes and vitePluginReplaceLocation
  • Axios request wrapper with 401 redirectToLogin
  • Blob export helper
  • .npmrc with @maxtropy:registry=https://registry.npmjs.org/
  • Demo routes:
    • /demo/bordered-page
    • /demo/plain-page

Shell Registration

The CLI does not edit micro-main-ui. After generation, add the printed localSubAppUrls entry and, if needed, add the app to appList.