前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Some common used 3rd party packages for node cli app

Some common used 3rd party packages for node cli app

作者头像
老马
发布2020-10-10 16:02:09
3460
发布2020-10-10 16:02:09
举报
文章被收录于专栏:老马寒门IT老马寒门IT

Some 3rd party packages:

  • inquirer : A collection of common interactive command line user interfaces.
  • ora: Elegant terminal spinner.
  • chalk:Terminal string styling done right.
  • find-up: Find a file or directory by walking up parent directories.
  • semver: The semantic versioner for npm.
  • ssri: `ssri` short for Standard Subresource Integrity, is a Node.js utility for parsing, manipulating, serializing, generating, and verifying Subresource Integrity hashes.

Some other packages recommended:

  • colors: It help to set color and style in your node.js console.
  • kleur: The fastest Node.js library for formatting terminal text with ANSI colors~!
  • ink: React for CLIs. Build and test your CLI output using components.
  • figlet: This project aims to fully implement the FIGfont spec in JavaScript. It works in the browser and with Node.js.
  • debug: A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers.
  • prompts: Lightweight, beautiful and user-friendly interactive prompts.
  • commander: The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
  • yargs: Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.
  • arg: is yet another command line option parser.
  • meow: CLI app helper, a lot of features to help on CLI app.
  • ansi-escapes: ANSI escape codes for manipulating the terminal.
  • cli-truncate: Truncate a string to a specific width in the terminal
  • clui: This is a Node.js toolkit for quickly building nice looking command line interfaces which can respond to changing terminal sizes.
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-10-02 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档