@varlinor/node-tools
This package provides a collection of utility functions for Node.js environments, focusing on file operations, JSON parsing, dependency management, and Vue component scanning. It includes functions for recursively scanning directories, loading and parsing
password-management
它是一个命令行里的密码管理工具,安装后需要执行``` pass init ```初始化密钥,存储的所有密码都会依赖这个密码进行AES加密。 ## 安装 ``` npm install -g password-management ``` ## 更新安装包 ``` npm update -g password-management ``` ## 查看帮助 ```shell # 命令行执行查看命令帮助 pass | pass -h