solfegejs

4.0.25 • Public • Published

Node version Version Build status dependencies Status devDependencies Status Coverage Status

SolfegeJS

The modular framework for NodeJS.

This is the main module that handles bundles.

Requirements

  • NodeJS >= 10

Installation

npm install solfegejs

Basic example

import solfege from "solfegejs";
import MyBundle from "./MyBundle";
 
// Create application
let application = solfege.factory();
application.addBundle(new MyBundle);
 
// Start the application
application.start();
node start.js

Documentation

Readme

Keywords

Package Sidebar

Install

npm i solfegejs

Weekly Downloads

103

Version

4.0.25

License

MIT

Unpacked Size

5.37 kB

Total Files

4

Last publish

Collaborators

  • neolao