goddess
v0.0.1
Published
How dynamic can we really make NodeJS and JavaScript?
Downloads
4
Readme
goddess
How dynamic can we really make NodeJS and JavaScript?
For development only
Disclaimer
This is an experiment trying to push what we can do in the environment we commonly develop in.
Live reloading, automatic requests, generating tests, automatic linting and things like that is the kind of experiments goddess will focus on.
Requirements
- NodeJS version 6 or later
- npm version 3 or later
- An open mind
Installation
- Install in your project
npm install --save-dev goddess
- Require in the top-level file
const goddess = require('goddess'); goddess.init()
Now it's enabled. Now for the features