1.0.4 • Published 7 months ago

@stone-js/core v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

StoneJS: Core

npm npm npm Maintenance

StoneJS Core provides a simple and powerful environment to create any javascript projects, whether it is a simple project, a library, a backend, a frontend or a command line (CLI) application.

It provides a service container to manage your dependencies, an event manager to manage your events, a kernel to run your application and an adapter to run your application in the appropriate environment (console, browser, http, Cloud, AWS Lambda, etc...).

All features are customizable, allowing you to easily extend them or include others.

Table of Contents

Installation

The StoneJS Core can be installed with both npm and yarn.

# Install with NPM
$ npm i @stone-js/core

# Install with yarn
$ yarn add @stone-js/core