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

tada

v0.2.4

Published

Modern user interface for multiple version control repository projects

Downloads

2

Readme

Introduction

Travis CI Badge Bitdeli Badge

Tada is a git client that supports multiple git repositories simultaneously. You can fetch patches from all repositories, or push branches in one step.

Tada has a Consoloid user interface, so it's like a console/terminal/shell but you can use a natural language, like English (see this video). If you know the concept of git, you can use tada without any further learning. For example, type "Fetch patches" to fetch patches. Consoloid can also autocomplete the meaning of partial sentences, so if you type slowly, just type "fe pa" to (yes you've guessed it) fetch patches.

Tada is under development. Only a subset of git functionality is supported by tada itself. Until commiting and viewing version tree is possible, it depends on "git gui" and "gitk".

Getting started

Install tada globally:

sudo npm install -g tada

Enter the project root directory that holds all your git repositories and run:

tada detect

That will search for git repositories under the project root and adds them to .tada/project.conf file.

To start tada simply run it from the project root and open the link in the browser:

tada

Notes:

  • tada server will start in the background. Run tada stop in the project root whenever you wish to stop it.

Documentation

Starting points:

By default, tada collects usage statistics which includes executed commands/sentences without argument values. Our goal is to better understand user requirements and usage habits and consider collected data when selecting features to develop. If you do not wish your tada to collect stats, disable the feature by editing your project config as described here.

Support

For help and discussion you can find us:

  • IRC (freenode): #consoloid-tada
  • Google Groups: http://groups.google.com/group/consoloid-tada (email: [email protected])

Known issues:

  • tada does not support Windows yet. It should work on any Linux based OS.

Extending tada

Tada can be extended with new commands. Look for help at #consoloid-tada IRC channel.