Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hex7c0/nodejs-style-guide
- Owner: hex7c0
- License: gpl-3.0
- Created: 2014-08-11T14:38:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T12:42:12.000Z (over 8 years ago)
- Last Synced: 2024-04-13T19:19:46.372Z (9 months ago)
- Topics: hex7c0, nodejs
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)