美文网首页
Some common used 3rd party packa

Some common used 3rd party packa

作者: IT老马 | 来源:发表于2020-10-02 11:59 被阅读0次

    Some 3rd party packages recommended:

    • 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.

    相关文章

      网友评论

          本文标题:Some common used 3rd party packa

          本文链接:https://www.haomeiwen.com/subject/bqsbuktx.html