# react-module-creator

> Create react modules

Latest version **2.0.0** (published 2017-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-module-creator
pnpm add react-module-creator
yarn add react-module-creator
bun add react-module-creator
```

Provides the command `create-react-module`.

## 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 | 2.0.0 |
| Published | 2017-08-22 |
| First published | 2017-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kevin Abestilla |
| Maintainers | kevin1193 |
| Keywords | React, Module, NPM, Command |

## Links

- npm: https://www.npmjs.com/package/react-module-creator
- Repository: https://github.com/kevin1193/react-module
- Homepage: https://github.com/kevin1193/react-module#readme
- Issues: https://github.com/kevin1193/react-module/issues
- npm.io page: https://npm.io/package/react-module-creator

## Dependencies (2)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [commander](https://npm.io/package/commander.md) ^2.11.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2017-08-22
- 1.0.2 — 2017-08-21
- 1.0.1 — 2017-08-21
- 1.0.0 — 2017-08-21

## README

React Module Creator
=========

A small library that adds new module directory

## Installation

  `npm install react-module-creator`

## Usage

    var moduleCreator = require('react-module-creator');
    moduleCreator(directoryName);
  Output should be a new module directory with index.js

  For command line 
  `npm link react-module-creator`
  `create-react-module "{moduleName}"`

  Folder structure:
   module_name
     |--- components
     |    |---index.js
     |--- containers
     |     |---index.js
     |--- constant.js
     |--- reducer.js
     |--- saga.js
     |--- selector.js

## Tests

  `npm test`

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

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