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

fll-launcher

v1.3.10

Published

A Launcher to the FIRST LEGO League scoring system

Downloads

4

Readme

Build status David Dependency Status David Dev Dependency Status

FIRST LEGO League Launcher

This is the "FIRST LEGO League - Scoring System" Launcher. This project connect all the scoring system components to create a single execution file.

Using

Currently the launcher is in first alpha step and includes only the 'fllscoring'. To take a look on it you can download is here

Contributing

To contribute to this repository, please make a fork, make your changes and submit a pull request.

This way of work allows us to maintain proper code quality, which is important when working with a large amount of people on the same project. Feel free to join the discussion on the issues page .

The best way to work on a feature or a bug is to follow these steps:

  • fork the repository to your own github account
  • if already forked, make sure your fork is up to date with the base repo
  • create a new branch for your feature or bugfix
  • work
  • test
  • create a pull request to merge your development branch into a branch in the base repo
  • we will review your pull request, when ok, we will merge it into master

In your own fork, you can create any branch structure you like, however, some best practices / tips are:

  • use git flow to structure your branches
  • keep pull requests small and concise. Try to limit a pr to only one feature / bug fix. We'd rather have many small pull requests than one large one
  • keep your fork up to date with the base repo on a regular basis, by rebasing against it. This makes sure your pull requests will merge nicely

Development

Prerequisites

  • nodejs (version > 6.11.1)
  • yarn
  • docker - optional*
  • shell (sh) - optional*
    • On Mac OS and Linux platforms, sh comes with the OS
    • On Windows platform, shell is usually comes with git installation. If you are missing it anyway you can use one of the following option:

*Optional - This is needed only for the building of the installation files

Development Installation

  • Clone the repository
  • Run from cmd yarn install
  • Run from cmd yarn get all - this would download all external modules for the luancher. Use yarn get --help to change the modules that would download.

Run Program Locally

The simple way run:

yarn start

The advanced way (usually if you want to config debug in your ide) run:

node ./node_modules/.bin/electron app/main.js

Building

To run the build, just use the shell script:

./${platform}/build.sh

NOTE: the build script is a cross-compile script. you should be able to run the script on any platform to create every platform-installation

Available platforms:

  • windows