npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

andronix-command-cli

v1.1.0

Published

<p align="center"> <img src="https://raw.githubusercontent.com/AndronixApp/AndroNix-Web/master/screenshots/command_app_logo_verticle.png"> </p>

Downloads

56

Readme

Installation

Since this CLI is made with NodeJS and since you will need NodeJS and NPM installed on your machine.

Termux

If you're on Termux, just copy and paste the command given below. This will install everything you need including Andronix Command CLI itself.

pkg install -y curl && curl https://raw.githubusercontent.com/imprakharshukla/andronix-command-cli/master/Scripts/termux-install.sh > install_andronix_cli.sh && chmod +x install_andronix_cli.sh && bash install_andronix_cli.sh

Windows or Mac

1. Install NodeJS

  1. Windows - You can follow this tutorial written by NodeSource
  2. Linux or Mac - You can use either Node Version Manager (NVM) or use your default package manager (Remember that this app needs NodeJS version greater than 6)

2. Install Andronix Command CLI

After you've installed NodeJS and verified that both Node and NPM are properly working, just run the command below.

npm i -g andronix-command-cli

3. Verification

After the package has been installed (if there was no error during the installation), you can verify the installation by running

acommands hello

This should print out the following line- Hello! Andronix Commands seems to be working okay.

Note - If you get some error or something other than this, just uninstall and reinstall the package with

npm remove -g andronix-command-cli && npm i -g andronix-command-cli

Get Started

Now that you've installed everything, our next step this to login into Andronix.

Login-

In order to access anything, you need to login into your Andronix Premium account. To login just enter the following command in your terminal

acommands login 

This will open up https://cli-login.andronix.app, login there with your Premium account and click the copy button to copy a token. Paste that token back in the CLI app and press enter. You should see login confirmation with your email. If not please follow

npm remove -g andronix-command-cli && npm i -g andronix-command-cli

Usage -

After getting logged in the app, you're good to go. To get a quick reference about all the commands you can use with the CLI type,

acommands

List Commands -

You can list all the commands that you've uploaded to Andronix Commands or filter based on a colour. Use

acommands list

or filter based on a colour with,

acommands list -c blue

The CLI is supposed to show the exact hex colours as you see in the Andronix app or web app but if your terminal doesn't support colours or supports very limited colours, the accuracy of the colours will take a hit.

You can use one out of these colours [blue, black, red, green, orange, violet]

To view all the available options, run,

acommands list --help

Add Commands

Adding commands is quite simple, just run

acommands add

and the app will ask you the command, a description and a colour to choose. Just complete the quick form and the command should be uploaded with a confirmation containing the ID of the command.

Remove a command

You can remove a command by running,

acommands remove

and then entering the ID of the command. You will see the ID of every command when you list then like this,

Command- gjj gg
Description- gxgoxu00
ID- y9YE7JZPkFITpw4NXlPU

The command should be deleted with a confirming message following it.

Logout -

You can logout of your current account by running,

acommaands logout

User Info -

Get the email of your current logged in user by running,

acommands info

Help -

You can get all this info by just running,

acommands

or

acommands help

If you want to get a more in depth info on a single command, use

acommands help <command>