:rocket: 密码-gen-cli 厌倦了每次在某个地方注册时都想着新密码!? 别再担心了。 我让你蒙了。 :winking_face: :backhand_index_pointing_right: 特征 :key: 生成随机密码 :clipboard: 无需复制密码。 只需按⌘ Command + V将其粘贴到您要粘贴的位置。 :top_hat: 安装 全局安装 CLI。 如果您是 Windows 用户,请以管理员身份运行命令提示符/终端。 如果您是 macOS 用户,请在以下命令前添加sudo 。 npm i -g password-gen-cli 您也可以使用 npx 来使用它。 npx password-gen-cli :building_construction: 用法 通过在终端/命令提示符中键入以下命令来运行 CLI。 这将生成密码并将其复制到剪贴板上。 您唯一需要做的就是将其粘贴到您要注册的位置。 pgen 将生成一个随机密码,然后将其复制到剪贴板。 :high_voltage: 其他项目 我整理了我所创作的所有开源项目的。 拿出来看看。
2021-08-04 22:05:05 302KB nodejs javascript cli password-generator
1
image-minify-cli 鸣谢 本项目参考了这几个库及实现思路 ,并以此为核心对功能进行了包装处理,以匹配自身业务需求。 :sparkles: 描述 image-minify-cli可按照图片目录结构压缩输出相同结构。 // 列如这种结构 // 最终输出目录也会是这种结构 // ——src // |——assets // |——logo.png // |——avatar // |——me.jpg :package: 安装 yarn add image-minify-cli -D # or npm install image-minify-cli -D :rocket: 使用 配置 可开启(log:true)在压缩完成后是否生成日志imagemin.log方便查看。 默认配置: 支持图片格式:.{jpg,JPG,jpeg,JPEG,png} jpg压缩插件:imagemin-jpegtran pn
2021-08-04 22:04:31 49KB nodejs cli image jpg
1
余烬-cli-terser 集成到以缩小您的 JavaScript。 安装 ember install ember-cli-terser 用法 安装ember-cli-terser ,它将自动挂钩到构建管道并在生产构建中缩小您的 JS 文件。 如果您想自定义ember-cli-terser terser 在ember-cli-terser运行 terser 的方式,您有几个可用的配置选项: // ember-cli-build.js var app = new EmberApp ( { 'ember-cli-terser' : { enabled : true , exclude : [ 'vendor.js' ] , terser : { compress : { sequences : 50 , } ,
2021-08-03 18:04:41 136KB JavaScript
1
liti-cli-服务器 liti-cli 提供服务,提供下载模板 快速开始 有关更多详细信息,请参阅。 发展 $ npm i $ npm run dev $ open http://localhost:7001/ 部署 $ npm start $ npm stop npm 脚本 使用npm run lint检查代码风格。 使用npm test运行单元测试。 使用npm run autod自动检测依赖项升级,请参阅了解更多详细信息。
2021-08-03 14:04:18 7KB JavaScript
1
经典的贪吃蛇游戏,就在您的终端中。 在 80x24 终端上玩游戏以获得最佳体验,但更大的终端尺寸也可以。 安装 来自 DonaldKellett/自制游戏 适用于 macOS 和 Linux macOS 用户:请,谢谢! $ brew tap DonaldKellett/games $ brew install csnaketerm 来自 Snap 商店 适用于 Ubuntu Linux 等多种主流发行版 来自 ppa:donaldsebleung/games 适用于: Ubuntu 20.04 LTS(焦点窝) Ubuntu 20.10 (Groovy Gorilla) Ubuntu 21.04(长毛河马) Ubuntu 21.10(顽皮的 Idri) $ sudo add-apt-repository ppa:donaldsebleung/games $ sudo apt
2021-08-03 14:04:02 21KB nodejs game cli-app JavaScript
1
华为NE系列骨干路由器命令行配置指南
2021-08-03 09:38:34 43.85MB 华为 NE路由器 配置指南
1
android-http-client.7z
2021-08-03 09:09:42 57KB android-http-cli
《Visual C++/CLI从入门到精通》-中文完整版带目录。
2021-08-02 17:10:42 63.6MB 文档
1
http://www.amazon.com/Shared-Source-Essentials-David-Stutz/dp/059600351X/ref=sr_1_1?ie=UTF8&s=books&qid=1280815814&sr=8-1 Product Description Microsoft's Shared Source CLI (code-named "Rotor") is the publicly available implementation of the ECMA Common Language Infrastructure (CLI) and the ECMA C# language specification. Loaded with three million lines of source code, it presents a wealth of programming language technology that targets developers interested in the internal workings of the Microsoft .NET Framework, academics working with advanced compiler technology, and people developing their own CLI implementations. The CLI, at its heart, is an approach to building software that enables code from many independent sources to co-exist and interoperate safely. Shared Source CLI Essentials is a companion guide to Rotor's code. This concise and insightful volume provides a road map for anyone wishing to navigate, understand, or alter the Shared Source CLI code. This book illustrates the design principles used in the CLI standard and discusses the complexities involved when building virtual machines. Included with the book is a CD-ROM that contains all the source code and files.
2021-07-30 17:49:18 3.7MB windows internal
1
对象存储部署前端项目,支持阿里云/腾讯云/七牛云 1. 安装依赖包 npm install cdn-cli -g 2. 初始化项目 cdn init aliyun # 阿里云 cdn init tencent # 腾讯云 cdn init qiniu # 七牛云 3. 配置 deploy-config/config.json { "type": "aliyun", "deploy": { "directories": [ { "from": "./dist", "to": "." }, "./static" ], "files": [ { "from": "./product.html", "to": "./item.html" },
2021-07-24 16:03:28 1.48MB JavaScript
1