This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
nedb
mirror of
https://github.com/seald/nedb
Watch
1
Star
0
Fork
You've already forked nedb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
The JavaScript Database, for Node.js, nw.js, electron and the browser
hacktoberfest
database
javascript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1087
Commits
4
Branches
51
Tags
5.9 MiB
Tag:
Branch:
Tree:
feat/compaction-failure-event
2.x.x
feat/compaction-failure-event
feat/remove-native-modules-imports
master
v1.4.2
v1.6.0
v2.0.0
v2.0.0-0
v2.0.0-1
v2.0.0-2
v2.0.0-3
v2.0.0-4
v2.0.0-5
v2.0.1
v2.0.2
v2.0.3
v2.0.3-0
v2.0.4
v2.1.0
v2.1.0-0
v2.1.0-1
v2.1.0-2
v2.1.0-3
v2.1.0-4
v2.1.0-5
v2.1.0-test.actions.0
v2.1.0-test.actions.1
v2.2.0
v2.2.0-0
v2.2.0-1
v2.2.1
v2.2.2
v2.2.2-0
v3.0.0
v3.0.0-0
v3.0.0-1
v3.0.0-2
v3.0.0-3
v3.0.0-4
v3.0.0-5
v3.0.0-6
v3.0.0-7
v3.0.0-8
v3.0.0-9
v3.0.1-0
v3.1.0
v4.0.0
v4.0.0-0
v4.0.0-1
v4.0.1
v4.0.2
v4.0.3
v4.0.3-0
v4.0.3-1
v4.0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'feat/compaction-failure-event'
${ noResults }
nedb
/
jsdoc.conf.js
6 lines
67 B
Raw
Permalink
Normal View
History
Unescape
Escape
auto-generate docs in markdown and html
3 years ago
'use strict'
module
.
exports
=
{
update JSDoc, readme, remove jquery and jsdoc from dependencies, remove sources from jsdoc.conf.js which conflicts with --files from jsdoc2md, implement dropDatabase & tests
3 years ago
plugins
:
[
'plugins/markdown'
]
auto-generate docs in markdown and html
3 years ago
}