# mrnode

> A Javascript Library for Node.js Functions

Latest version **1.0.4** (published 2018-04-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install mrnode
pnpm add mrnode
yarn add mrnode
bun add mrnode
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2018-04-09 |
| First published | 2017-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 18 |
| Unpacked size | 23.1 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Talon Bragg |
| Maintainers | realpenetratingshot, talon4567 |
| Keywords | mrnode, Mr.Node, node |

## Links

- npm: https://www.npmjs.com/package/mrnode
- Repository: https://github.com/talonbragg/Mr.Node
- Homepage: https://www.mrnode.tk
- Issues: https://github.com/talonbragg/Mr.Node/issues
- npm.io page: https://npm.io/package/mrnode

## Dependencies (18)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [del](https://npm.io/package/del.md) ^2.2.2
- [chai](https://npm.io/package/chai.md) latest
- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [pump](https://npm.io/package/pump.md) ^1.0.2
- [mocha](https://npm.io/package/mocha.md) ^3.2.0
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^3.1.0
- [gulp-babel](https://npm.io/package/gulp-babel.md) ^6.1.2
- [gulp-concat](https://npm.io/package/gulp-concat.md) ^2.6.1
- [gulp-rename](https://npm.io/package/gulp-rename.md) ^1.2.2
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^2.0.1
- [vinyl-paths](https://npm.io/package/vinyl-paths.md) ^2.1.0
- [custommarkup](https://npm.io/package/custommarkup.md) ^1.1.12
- [gulp-beautify](https://npm.io/package/gulp-beautify.md) ^2.0.1
- [gulp-uglifyjs](https://npm.io/package/gulp-uglifyjs.md) ^0.6.2
- [gulp-minify-css](https://npm.io/package/gulp-minify-css.md) ^1.2.4
- [gulp-load-plugins](https://npm.io/package/gulp-load-plugins.md) ^1.5.0
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.22.0

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2018-04-09
- 1.0.3 — 2018-04-09
- 1.0.2 — 2017-02-23
- 1.0.1 — 2017-02-23
- 0.2.3 — 2017-02-18
- 0.2.2 — 2017-02-17
- 0.2.1 — 2017-02-17
- 0.2.0 — 2017-02-17
- 0.1.9 — 2017-02-15
- 0.1.8 — 2017-02-15
- 0.1.7 — 2017-02-15
- 0.1.6 — 2017-02-15
- 0.1.5 — 2017-02-15
- 0.1.4 — 2017-02-15
- 0.1.3 — 2017-02-15
- … 12 more at https://npm.io/package/mrnode/versions

## README

<h1 align="center">
Mr.Node
</h1>

<p align="center">
<a href="https://travis-ci.org/talonbragg/Mr.Node.svg?branch=master"><img align="center" src="https://travis-ci.org/talonbragg/Mr.Node.svg?branch=master"></a>

<p align = "center">
<a href="https://mrnode.tk"><img src="https://www.mrnode.tk/tophatlogo%20(2).png"></a>
</p>
<p align="center"><b>A Javascript Library for <a href="https://nodejs.org">Node.js</a> Functions</b></p>

## Table of Contents

- <a href="#about">**About**</a>
- <a href="#docs">**Documentation**</a>
- <a href="#start">**Getting Started**</a>
- <a href="#feat">**Features**</a>
- <a href="#li">**License &amp; Copyright**</a>

<a name="about"></a>
## About
Node.js makes it very easy to use Javascript. Mr.Node make it even easier to use Javascript. It gives a simple API to carry out functions. This way you don't have to write five lines of code for each function. **He is very smart**.

<a name="docs"></a>
## Documentation
**Npm:** 
```shell
$ npm install --save-dev mrnode
```

**Bower:** 
```shell
$ bower install --save-dev mrnode
```

**CDN:**
```html
<head>
   <script src="https://unpkg.com/mrnode@1.0.2"></script>
</head>
```
<a name="start"></a>
## Getting Started

After you have installed Mr.Node, use Node's require attribute in your Javascript file. 

```javascript
   var mrnode = require('mrnode');
```

<a name="feat"></a>
## Main Features

**Convert Sass to CSS**:
```javascript
   mrnode.csass('yourfolder/yourfile', 'yourdestinationfolder');
```

**Minify Files**:
```javascript
   mrnode.minifyjs('yourfolder/yourfile','yourdestination');
   mrnode.minifycss('yourfolder/yourfile','yourdestinationfolder');
```

**Beautify Files**:
```javascript
   mrnode.beautify('yourfolder/yourfile', 'yourdestinationfolder');
```

**To see more go [here](https://mrnode.tk).**

## Customizing Functions
You probably want to customize these functions that I have made. Many of the functions use npm **[Dependencies](https://docs.npmjs.com/files/package.json)**. With some knowledge, you can customize these functions to the better likings of your self.

**Example:**

```javascript
function create(name, extension) {
    fs.writeFile(name + '.' + extension, '//change the name of this file to whatever you like', function(err) {
        if (err) return console.log(err);
        console.log('File Created');
        .pipe(gulp.dest('destination'))
    });
}
```

In this example you add a destination to the `create();` function. The code for this was `.pipe(gulp.dest('destination'))`.
<a name="li"></a>
## License &amp; Copyright
:copyright: [License](https://github.com/talonbragg/Mr.Node/blob/master/LICENSE)

[MIT License Template](https://opensource.org/licenses/MIT)

:copyright: **Talon Bragg and Shreyas Lad 2017**

---
_Source: https://npm.io/package/mrnode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
