Skip to content

Commit

Permalink
Merge pull request #35 from alexlee-dev/v0.9.0
Browse files Browse the repository at this point in the history
📦 v0.9.0
  • Loading branch information
Alex Lee authored Jun 12, 2020
2 parents 112d4e9 + b89ba9f commit fca9b94
Show file tree
Hide file tree
Showing 39 changed files with 769 additions and 1,123 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Changelog
\# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2020-06-11

### 📦 Fixed Up Dependencies

### Added

- Comments in template files - [#22](https://github.com/alexlee-dev/create-mern-application/issues/22)
- README `Built With` section - [#9](https://github.com/alexlee-dev/create-mern-application/issues/9)
- GIF - [#33](https://github.com/alexlee-dev/create-mern-application/issues/33)

### Changed

- Revamped Documentation Website - [#34](https://github.com/alexlee-dev/create-mern-application/issues/34)

### Removed

### Fixed

## [0.8.0] - 2020-06-11

### 🧪 Good Testing
Expand Down
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<br>
</p>

![Example of create-mern-application running](gifs/example.gif)

## 📝 Table of Contents

- [About](#about)
Expand Down Expand Up @@ -73,7 +75,7 @@ Want support for an additional language? Feel free to open a [new issue](https:/

You can choose to use the application in an interactive mode by passing the flag `--interactive`.

This mode grants you several additinoal options.
This mode grants you several additional options.

### Starting the Application

Expand All @@ -83,6 +85,28 @@ Please be sure to have your MongoDB instance running prior to starting your appl

## ⛏️ Built Using <a name = "built_using"></a>

### Dependencies

- [@sentry/node](https://sentry.io/welcome/) - Sentry is cross-platform application monitoring, with a focus on error reporting.
- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right.
- [commander](https://github.com/tj/commander.js) - Node.js command-line interfaces made easy.
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Node.js: extra methods for the fs object like copy(), remove(), mkdirs().
- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces.
- [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner.
- [recursive-readdir](https://github.com/jergason/recursive-readdir) - Node.js module to list all files in a directory or any subdirectories.
- [semver](https://github.com/npm/node-semver) - The semver parser for node (the one npm uses).
- [update-notifier](https://github.com/yeoman/update-notifier) - Update notifications for your CLI app.
- [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) - Is the given string an acceptable npm package name?

### DevDependencies

- [@babel/plugin-transform-runtime](https://www.npmjs.com/package/@babel/plugin-transform-runtime) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [copyfiles](https://github.com/calvinmetcalf/copyfiles) - Copy files on the command line.
- [jest](https://jestjs.io/) - Delightful JavaScript Testing.
- [prettier](https://prettier.io/) - Prettier is an opinionated code formatter.
- [typescript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.

## ✍️ Authors <a name = "authors"></a>

- [Alex Lee](https://github.com/alexlee-dev) - Application Developer
Expand Down
Binary file added gifs/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fca9b94

Please sign in to comment.