# parse-module

> Parse Cloud module manager

Latest version **0.1.2** (published 2014-07-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install parse-module
pnpm add parse-module
yarn add parse-module
bun add parse-module
```

Provides the command `parse-module`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-07-04 |
| First published | 2014-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Florent Vilmart |
| Maintainers | flovilmart |
| Keywords | parse, cloud, module, manager |

## Links

- npm: https://www.npmjs.com/package/parse-module
- Repository: https://github.com/flovilmart/parse-module
- Issues: https://github.com/flovilmart/parse-module/issues
- npm.io page: https://npm.io/package/parse-module

## Dependencies (5)

- [glob](https://npm.io/package/glob.md) ^4.0.3
- [unzip](https://npm.io/package/unzip.md) ^0.1.9
- [request](https://npm.io/package/request.md) ^2.36.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^0.10.0
- [commander](https://npm.io/package/commander.md) ^2.2.0

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2014-07-04
- 0.1.1 — 2014-07-04
- 0.1.0 — 2014-07-04

## README

parse-module
============

Parse module manager based of git

It's a simple module manager based on git that will fetch and place in your cloud/parse_modules folder the corresponding repository

That really helps with writing and sharing modules for the parse platform.

Used with [parse-require](https://github.com/flovilmart/parse-require), you will be able to have a more readable and portable code!

##Installation

	npm install -g parse-module
	
## Install a module

Go to your parse app folder

	parse-module install [Repository] [Folder]
	
	
Repository:
	a valid repository (http://github.com/flovilmart/parse-require)

- Github repositories can be shorter with `flovilmart/parse-require`
- You can pass a tag, version nubmer through the # `flovilmart/parse-require#master`


Folder:
	The target folder where to install the module (beware of conflicts!)
	

Example:

	`parse-module install flovilmart/parse-require require`
	
This command will download the github **flovilmart/parse-require** repository's master and place the content to **cloud/parse_modules/require**

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