Skip to main content

Installation

RoutineJS installation is pretty straight forward and just like any other nodejs library/framework

Run the following commands to install RoutineJS

npm install @juniordev/routinejs

Simple as that, now you should be able to use require it in your project like so

const Routine = require('@juniordev/routinejs')