JSPM

@dongxiang678/command-system

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q59539F
    • License MIT

    A secure command line system with admin authentication - by Dong Xiang

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dongxiang678/command-system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      DongXiang Command System

      由董翔开发的安全命令行系统。

      Changelog

      v1.0.1 (2024-01-XX)

      修复

      • 修复了 cmdClear() 函数的跨平台兼容性问题
      • Windows 系统现在使用 cls 命令
      • 类Unix系统使用 clear 命令替代原来的 ANSI 转义序列

      安装

      npm install -g @dongxiang/command-system

      使用

      dxcmd

      功能特色

      • 管理员权限验证
      • 智能命令映射
      • 密码安全保护

      默认管理员密码:admin123

      开发者

      董翔