Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hex7c0/nodejs-style-guide

hex7c0's general style guide for Nodejs
https://github.com/hex7c0/nodejs-style-guide

hex7c0 nodejs

Last synced: about 1 month ago
JSON representation

hex7c0's general style guide for Nodejs

Awesome Lists containing this project

README

        

# [REPLACE](https://supergiovane.herokuapp.com/#/REPLACE)

[![NPM version](https://img.shields.io/npm/v/REPLACE.svg)](https://www.npmjs.com/package/REPLACE)
[![Linux Status](https://img.shields.io/travis/hex7c0/REPLACE.svg?label=linux)](https://travis-ci.org/hex7c0/REPLACE)
[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/REPLACE.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/REPLACE)
[![Dependency Status](https://img.shields.io/david/hex7c0/REPLACE.svg)](https://david-dm.org/hex7c0/REPLACE)
[![Coveralls](https://img.shields.io/coveralls/hex7c0/REPLACE.svg)](https://coveralls.io/r/hex7c0/REPLACE)

Descrizione

## Installation

Install through NPM

```bash
npm install REPLACE
```
or
```bash
git clone git://github.com/hex7c0/REPLACE.git
```

## API

inside nodejs project
```js
var REPLACE = require('REPLACE');
```

### REPLACE(options)

#### options

- `exclude` - **RegExp** Scrivi *(default "disabled")*
- `dotfiles`- **Boolean** Scrivi *(default "disabled")*
- `date` - **Boolean** Scrivi *(default "disabled")*
- `size` - **Boolean** Scrivi *(default "disabled")*
- `priority` - **Boolean** Scrivi *(default "disabled")*
- `cache` - **Boolean** Scrivi *(default "disabled")*
- `strictMethod` - **Boolean** Scrivi *(default "disabled")*
- `sync` - **Boolean** Scrivi *(default "disabled")*
- `json` - **Boolean** Scrivi *(default "disabled")*
- `static` - **Object | false** Scrivi *(default "disabled")*

## Examples

Take a look at my [examples](examples)

### [License GPLv3](LICENSE)