Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hashnode/mern-cli
⛔️ DEPRECATED - A cli tool for getting started with MERN
https://github.com/Hashnode/mern-cli
archived deprecated obsolete
Last synced: 13 days ago
JSON representation
⛔️ DEPRECATED - A cli tool for getting started with MERN
- Host: GitHub
- URL: https://github.com/Hashnode/mern-cli
- Owner: Hashnode
- License: mit
- Created: 2016-02-07T12:43:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T09:35:35.000Z (over 5 years ago)
- Last Synced: 2024-09-21T20:25:10.985Z (about 2 months ago)
- Topics: archived, deprecated, obsolete
- Language: JavaScript
- Homepage: http://mern.io/
- Size: 137 KB
- Stars: 572
- Watchers: 25
- Forks: 151
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ⛔️ DEPRECATED
***MERN is deprecated and is no longer actively maintained.***# mern-cli
[![Build Status](https://travis-ci.org/Hashnode/mern-cli.svg?branch=v3.0.0)](https://travis-ci.org/Hashnode/mern-cli)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)A CLI for getting started with MERN stack. It offers a [super simple boilerplate project](https://github.com/Hashnode/mern-starter) and additional utilities to get started with isomorphic React and Redux apps.
```
npm install -g mern-cli
```Create a new project with default `mern-starter` and dependencies pre-installed:
```
mern init my_app
```## Generators
Generate React components, Express routes and controllers and Mongoose models using mern generator.
To list out all available generators
```
merng
```## Help and Version
```
mern -v // Check CLI version
mern --help // Get help and check usage
```## Roadmap
#### Testing & Deployment
- Commands that make your app ready for production
- Easy testing - React and Node.js
- Deployment options
- One click Deploy - `mern deploy`
- Hashnode's PaaS offering (Experimental)
- Focus on your MERN app and leave the architecture, Devops etc for us## License
MERN is released under the [MIT License](http://www.opensource.org/licenses/MIT).