initrc
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/initrc package

1.2.0 • Public • Published

initrc

What is this.

initrc a simple tool which helps to build a software (backend/ frontend) with designed start and graceful shutdown.

install

npm i initrc

init

const initrc = new (require('initrc')).Base();

add process

initrc.start.add(
    function(){
        something
    },
    runlevel,
    name
);

boot

frontend

window.onload = initrc.start.run;

backend

initrc.start.run();

Package Sidebar

Install

npm i initrc

Weekly Downloads

8

Version

1.2.0

License

GPL-3.0-or-later

Unpacked Size

3.11 kB

Total Files

4

Last publish

Collaborators

  • soldy