1.0.2 • Published 10 months ago

sidroc v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Sidroc

Codecov uninstalls npm NotGitHubButLicense

Are you looking for Cordis ?

Sidroc is an AOP framework for legacy JavaScript applications. You can think of it as a kind of april-fools-day-framework as developers can build their own frameworks on top of it.

import { Context } from 'sidroc'

const ctx = new Context()

ctx.plugin(plugin)              // use plugins
ctx.on(event, callback)         // listen to events

ctx.start()                     // start app
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago