Software Alternatives, Accelerators & Startups

Using Starship to Track Current NPM Registry

Starship (Shell Prompt) TOML
  1. Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
    Pricing:
    • Open Source
    I will be forever grateful to Jason Lengstorf for introducing me to Starship! It's a super fast, highly-customizable shell that comes with some great features out of the box. The default will show you your current directory, branch if you're in a repo, current package version, and current Node version. My setup looks like this:.

    #Developer Tools #Programming #Terminal 189 social mentions

  2. 2
    TOML - Tom's Obvious, Minimal Language
    Pricing:
    • Open Source
    If you're not a bash scripting pro(I certainly am NOT), I'll walk you through what's going on here. This is code in my custom config toml file for Starship. Most of this configuration is based on how Starship returns information about different Modules, and bash scripting is done in the "command" option. You can see more about how to configure current Modules or create your own commands on their website.

    #Configuration Management #Software Development #Mobile Apps 11 social mentions

Discuss: Using Starship to Track Current NPM Registry

Log in or Post with