Skip to content

phanthehien/mongodb-lib

Repository files navigation

🌱❤️📦🌳 build status coverage report

Description

Table of Contents

Install

npm install package-name

Usage

const package = require('package-name');

package.method();

Structure

  1. Fork this repo and rename it as necessary.
  2. Update package.json with details for your new package.
  3. Place code in ./lib.
  4. Place tests in ./test.
  5. Replace this ./README.md file with your own that describes how to use your module.

Files and Directory Structure

    .
    ├── README.md               # this file
    ├── lib                     # all code for this library will be placed here
    │   └── index.spec.js            # main entry point for your npm package
    ├── index.spec.js
    ├── package.json            # description of this package for npm, including dependency lists
    └── test                    # unit test configuration, reports, and specs
        └── lib.spec.js       # example spec for `./lib/index.spec.js`

Developer Guide

What's Included?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published