1.2.0 • Published 7 years ago

nautilus.js v1.2.0

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

nautilus

a new and fast javascript library.

usage

any javascript file:

var nautilus = require('nautilus.js');

installation

to install nautilus onto your javascript or nodejs project, enter in these commands in terminal or command prompt.

cd /path/to/project
npm install nautilus.js # it will create a new folder called node_modules.

if the npm command doesn't exist onto your computer, you need to install the latest version of nodejs onto your computer by going here.

building

to build all of the c++ addons, you need to download the source code. once done downloading, install node-gyp onto your computer.

npm install -g node-gyp

once it finished downloading, enter in these commands in terminal or command prompt.

cd /path/to/nautilus; sh install.sh # make sure sh is installed.
1.2.0

7 years ago

1.1.3-d

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago