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

eco-chess

v1.0.3

Published

CLI tool for learning chess openings based on ECO classification

Downloads

8

Readme

ECO - CLI tool for studying chess openings

ECO - Encyclopaedia of Chess Openings

This CLI tool lets you practice chess openings by prompting you to enter corresponding moves. The openings are organised based on ECO classification which organises openings in 5 volumes and 100 subdivisions in each volume

Installation

You must have nodejs and npm or yarn installed on your system to proceed.

npm

npm i -g eco-chess

yarn

yarn global add eco-chess

Usage

Run eco command in your terminal window. It will launch the app and will prompt you to go through setup options to start your pracice session.

Selecting groups

By default all groups are selected. Groups are ranges of ECO opening codes that have common starting moves. For example, all openings in B20-B99 group (Sicilian defence) have starting moves 1. e4 c5; A80-A99 (Dutch defence) have starting moves 1. d4 f5, etc. Selecting groups

Selecting levels

2nd setup step lets you select how deep of the tree you want to practice. For example, for B20-B99 (Sicilian defence) group 1st level is the root - 1. e4 c5. 2nd level are all child nodes to it:

  • B21 - 1. e4 c5 2. f4
  • B22 - 1. e4 c5 2. c3
  • B23-B26 - 1. e4 c5 2. Nc3
  • B27-B99 - 1. e4 c5 2. Nf3

3rd level, 4th... etc are further expansion on the moves and more specific openings. Selecting levels

Filtering items

3rd setup step lets you filter (select/unselect) individual test items (openings) to be added to the practice test set

Filter items

Overview of test set and start of practice

After completing setup the program will output a table of all selected levels and items in the test set. Overview of test set

Practicing

The program will promt you with opening ECO code and its' name. If you enter the corresponding moves correctly, it will move on and promt you on the next opening name. If you enter wrong moves, it will output the right moves: Practicing

The number in the parenthesis is the level (depth) of the opening in the tree.