0.7.1 • Published 2 years ago

@mayajs/core v0.7.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

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

ProjectDescription
@mayajs/coreMayaJS core library
@mayajs/commonMayaJS common modules
@mayajs/routerNodeJS routing library
@mayajs/cliProject scaffolding
@mayajs/mongoMongoDB Plugin
@mayajs/sqlSQL 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

0.7.1

2 years ago

0.7.0

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.5.0-rc1

3 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago