@supercharge/framework

1.0.0-beta0 • Public • Published


Supercharge is an open-source Node.js framework making your server-side development enjoyable.


Docs



Build Status

Follow @marcuspoehls for updates!


Notice: This repository contains the code of the Supercharge framework. When building a Supercharge application, head over to the main Supercharge repository.

Quick Start

Use the official Supercharge installer to quickly create a new application. Installing is as simple as this:

npm install -g @supercharge/installer

You can create a new application once you installed the Supercharge installer on your computer.

Use the supercharge new <app-name> command:

$ supercharge new my-app-name
Crafting a new Supercharge application

  ✔ Ensure installation directory is empty
  ✔ Crafting your application
  ✔ Install application dependencies
  ✔ Initialize application setup

That’s it! Change into the app directory and start the server with node server 🚀

About Supercharge

Supercharge is Node.js framework — not just a web-framework.

Supercharge builds on top of the hapi.js web framework and adds dozens utilities, like configuration and database management, mailing, logging, encryptiong, hashing, pagination, and more. It also integrates Mongoose as a powerful ORM for intuitive database interactions.

Learning

Supercharge has an extensive documentation that gives you all the information to get started with the framework.

License

Supercharge is MIT licensed.


superchargejs.com  ·  GitHub @superchargejs  ·  Twitter @superchargejs

Package Sidebar

Install

npm i @supercharge/framework

Weekly Downloads

14

Version

1.0.0-beta0

License

MIT

Unpacked Size

243 kB

Total Files

190

Last publish

Collaborators

  • celsiusf
  • marcuspoehls
  • peitek