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

scmk

v1.1.9

Published

[![NPM version](https://img.shields.io/npm/v/scmk.svg?style=flat)](https://npmjs.org/package/scmk) [![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![GitHub issues](https://img.shields.io/github/is

Downloads

5

Readme

SCMK - 模块快速创建

NPM version MIT GitHub issues

安装

npm install scmk -g

使用

在 cmd/PowerShell/Shell... ( 管理员模式 )

// 配置merchants供应链项目目录
scmk dir D:\choice\merchants
// 增加一个项目,项目名为 <StockKn>,左侧菜单栏名为 <入库管理>
scmk create StockKn 入库管理 

作用

  • 规范项目代码,避免每人一个风格,导致后期难以维护
  • 省去不必要的配置、琐碎的新建文件等重复操作,提升开发效率
  • 使开发人员专注于业务,更快速开发迭代

特性

  • 无Eslint错误,可以创建后直接上传git
  • 纯净版和标准版自由选择, 模块随时更新
  • 易于重置,只需要重新输入一遍命令,直接初始化,无重复错误

模块选择


scm / 供应链项目


0 : 纯净版

一尘不染

  • 只有一个外页
  • 搜索框部分只有一个输入框
  • 只有一个纯净表格
  • model 的 state 里只存储三个可用变量

0+ : 纯净版(带内页)

一尘不染

  • 外页为模块0的配置之外带表格分页,纯净版内页
  • 内页没有物品选择功能,只有可编辑输入框,保持绝对纯净
  • model齐全,数据最简化

1 : 标准外页

功能预置

  • 只有一个外页
  • 搜索框部分有下拉框(带模糊搜索)、输入、类型选择、日期选择
  • 表格部分有多选,分页
  • 有右上角功能按钮
  • model 中功能齐全

2 : 完整版

功能齐全

  • 外页内页齐全
  • 外页为标准外页的全部配置
  • 内页有可编辑表格,并自带了其所有功能,包括新增、编辑、查看
  • 内页自带提交、保存等按钮功能。并预先写好接口
  • model 中所有功能齐全,detail齐全

2.1 : 完整版 - 新增物品为按钮

功能齐全

  • 内页新增物品为按钮
  • 其余特性与版本2一致

3 : 左侧树模块

功能预置

  • 只有一个外页
  • 搜索框部分有下拉框、输入框、左侧树筛选
  • 表格部分有多选,分页
  • 有右上角功能按钮
  • model 中功能齐全

scm / 供应链项目 (特别版)


s0+ : 纯净版(带内页)

一尘不染

  • 外页为模块0的配置之外带表格分页,纯净版内页
  • 内页没有物品选择功能,只有可编辑输入框,保持绝对纯净
  • model齐全,数据最简化
  • 新式目录结构

smart / 云平台项目


2 : 完整版

功能齐全

  • 一个页面,包括搜索栏以及表格
  • model 中所有功能齐全,detail齐全