We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b473def commit 6957cb1Copy full SHA for 6957cb1
README.md
@@ -7,11 +7,17 @@
7
8
A data modeling tool for NodeJS. It's 100% database agnostic, and 100% customizable.
9
10
+# How to install
11
+Use NPM to install the package:
12
+```
13
+npm install modelate --save
14
15
+
16
# How does it work?
17
Create a model, and turn your objects into that model.
18
19
```javascript
-var Modelate = require('./index');
20
+var Modelate = require('modelate');
21
22
var model = {
23
name: {
0 commit comments