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

lyra

v1.0.0

Published

`INFO: This package is not ready yet. Version 2.0.0 will be the first stable release.`

Downloads

27

Readme

Lyra (UNDER CONSTRUCTION)

INFO: This package is not ready yet. Version 2.0.0 will be the first stable release.

This is a design system intended to make the development process for designing and releasing components beautiful and easy.

What does Lyra do?

Here is a quick list of some of the items Lyra does:

  • Establish a new project with pre-configured defaults that should be perfect for most projects. This includes all necessary settings for React, Typescript, Mocha and deltav.

  • Provide development tools so you can develop quickly and with ease

  • Provide flexible and powerful release tools. Are you deploying a library? Is the library bundled or piecewise? Do you want type definitions included for your library? Do you want to include a static web server? Does your project include a front AND backend? Lyra addresses ALL of this and more, saving you a LOT of time not worrying about dev ops for your team.

  • Provide a Custom Component viewer to present your developed components in a beautiful API documentation that has powerful tools for experiencing your library.

  • Provides set up for a powerful webgl visualization framework to make it easier to create and craft large scale visualizations.

Using Lyra

Getting started with lyra is incredibly easy and made to work with npx.

Create a new project

Lyra will build a project for you with everything you need pre-configured. Lyra also has some flexibility to allow you to

With npx you can start a node project and everything in an empty directory:

npx lyra install [optional path to directory]

With just npm, you need to have a node project set up in your target directory then:

npm i -DE lyra
./node_modules/.bin/lyra install

WARNING: Lyra will prompt you, asking if you want to use the lyra default configurations. It is highly recommended and essentially required to say 'Yes' in order to use Lyra. Only advanced users of the install procedure should say no.

Develop your project

After you have installed a new lyra project you can now begin writing your own code. The code for your library

Test your prject


Development for Lyra

The following is NOT for USING Lyra, but rather for developing features for Lyra.

Developing and Testing

npm run dev

WIP

Note this library is under development to get to first distribution. It is NOT a working product yet.

DOCS

TODO