1.2.0 • Published 3 years ago

projectomondo v1.2.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

Projectomondo

A lightweight javascript framework

Install

Run npm i projectomondo

How To Use

To use projectomondo at the start of your file copy and paste this little snippit bellow

const pjmd = require('projectomondo')

Now make an awsome app

How it work

It works by reading commands.json

Then parsing it into an object

After that it iterates through that object then evaluating every string

commands.json is a json file with lots of arrow functions in strings

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago