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

@bitbybit-labs/bbb-cli

v1.5.1

Published

bitbybit internal tools to speed up DX

Downloads

7

Readme

bitbybit-cli

bitbybit internal tools to speed up DX

Environment Setup

Before using the @bitbybit-labs/bbb-cli, it's essential to set up your development environment correctly. Follow these steps to ensure everything is ready:

1. Node.js Installation

Make sure you have Node.js installed on your system. You can download it from the official Node.js website.

To check if Node.js is installed, open your terminal and run:

node -v

2. NPM Installation

The @bitbybit-labs/bbb-cli is distributed via npm, which comes bundled with Node.js. To check if npm is installed, run:

To check if Node.js is installed, open your terminal and run:

npm -v

3. CLI Installation

Use the following command to install the project:

npm install -g @bitbybit-labs/bbb-cli

This installs the CLI and makes it accessible from the command line as:

bbb <command>

Development Setup

If you want to contribute to the @bitbybit-labs/bbb-cli or simply want to run it locally for development purposes, follow these steps:

1. Clone the Repository

First, clone the @bitbybit-labs/bbb-cli repository to your local machine using Git:

git clone https://github.com/bitbybit-labs/bbb-cli.git

2. Navigate to the Project Directory

Change your working directory to the project folder:

cd bbb-cli

3. Install Dependencies

Install the project dependencies using yarn:

yarn install

4. Link the CLI Globally

To make your local development version of the CLI accessible globally as bbb, run:

npm link

5. Connect the link to another directory you wish

In your target folder directory, run:

npm link @bitbybit-labs/bbb-cli

6. Start Development

Now, you can work on the CLI locally and test your changes by running bbb commands as if it were the global version.

Available Commands

Here are some of the available commands you can use with bbb:

  • create-svc : Create a new microservice project using the provided project name and slug.

Issues and Contributions

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository:

https://github.com/AsmaraKu/bitbybit-cli

We welcome contributions! Feel free to submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.