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

@mayajs/core

v0.7.1

Published

MayaJS is designed for simplicity and ease of use for beginners. It is built using [Typescript](https://www.typescriptlang.org/) to take advantage of strong type checking and at the same time preserving support for pure Javascript. It also has support for

Downloads

2

Readme

MayaJS is designed for simplicity and ease of use for beginners. It is built using Typescript to take advantage of strong type checking and at the same time preserving support for pure Javascript. It also has support for MongoDb and SQL databases.

DISCLAIMER: MayaJS is not a wrapper for ExpressJS or Fastify. We use our own routing library and it has capabilities to use third party middlewares.

Installation

  • Run npm i @mayajs/cli -g to install MayaJS globally in your local machine.

    Install the latest Node.js stable build before running this command

If you want a simple routing library like express you can use our own MayaJS Router.

Quick Start

  • Run maya new my-new-app.
  • Run cd my-new-app to go inside your project folder.
  • Run maya serve to start your MayaJS project.

In the case where the port number is already in use or in the case when you want to run it on a different port number, use --port to specify a different port. i.e. maya serve --port=4444

Ecosystem

| Project | Description | | ---------------- | ---------------------- | | @mayajs/core | MayaJS core library | | @mayajs/common | MayaJS common modules | | @mayajs/router | NodeJS routing library | | @mayajs/cli | Project scaffolding | | @mayajs/mongo | MongoDB Plugin | | @mayajs/sql | SQL Plugin |

Documentation

To check out live examples and docs, visit mayajs.io.

Collaborating

See collaborating guides here.

People

Author and maintainer Mac Ignacio

License

MIT