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

@yggsm/core

v0.1.2

Published

Yggdrasil is a framework, toolbox and mindset for building awesome nodejs applications.

Downloads

4

Readme

Yggdrasil

Yggdrasil is a framework, toolbox and mindset for building awesome nodejs applications.

Yggdrasil is still in BETA and API are subject to change

Where do you want to go?

  1. get interessted
  2. get started
  3. look at examples
  4. read the docs
  5. search for services
  6. contribute

goals

Yggdrasil is a framework for developing scalable nodejs applications. There are multiple aspects of application development that are already taken into account

Time to First Prototype

Do you know that feeling when you have a great idea but it takes hours or maybe days to get to the first prototype. This can be exhausting and demotivating.

Yggdrasil will take several tasks off your hands and let you focus on your idea.

Extendability

Most successful application change over time, parts of the application are added, changed or removed afterwards. As your application grows bigger and more complex changing it becomes more and more difficult.

Yggdrasil encourages you to write your application in a decoupled manner from the beginning.

Scalability

Often startups come to a point where they need to scale out their application, realizing that their application was not designed to scale. This leaves them with no choice other than to redesign and rewrite major parts of their application.

Yggrdasil was designed with scalability in mind and passes this on to your application, making it scalable with only few small handles.

Testability

Strong Reuse of code

After having done multiple smaller projects one after another I often stopped and though: "Haven't I written nearly exactly the same code the other day?".

Yggdrasil at its core uses services which encapsulate a part of the application. This services can easily be written to be used across different applications and shared with the community.

Haven't I have seen this before?

This really sounds like SOA (Service Oriented Architecture). Yes, yes it is.

getting started

This section is under construction

Currently:

  • run npm init
  • run npm install yggdrasil-core
  • set up infrastucture (src/service folder etc.)
  • run npm install some-service
  • add it into the infrastructure
  • run your application

How Yggdrasil shall work in the future:

  • once install ysm from npm npm i -g ysm
  • run ysm init
  • run ysm install some-service
  • run your application

examples

link to the examples goes here

docs

link to the docs goes here

list of services

link to recommended services goes here

how to contribute

link to the docs/how-to-contribute section