1.0.2 • Published 7 years ago

nodeyjs v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Nodey (known as nodeyjs)

Nodey is a npm package built for Node.js

Installation

WARNING: THE NPM INSTALLATION PART CAN BE A BIT BUGGY ON LINUX DEVICES/OS's

First, open a terminal window and type

mkdir project

Make shure to replace project with the name of your project folder: e.g iLoveNodey

Now, we need to cd into that folder so we would type

cd project

Again, make shure to replace project with the name of your project folder: e.g iLoveNodey

Now, its time to install Nodey itself.

Type:

npm install nodeyjs --save

The --save is optional as it still saves either way.

There you have it!

To check the module has installed, create a new file in your project directory and type the following inside it:

const Nodey = require('nodeyjs');

If there is no errors then the module is working fine! (hopefully)