Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rooseveltframework/mkroosevelt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9bf0a1a214814da40993b8b2ce3cab9fbf8daf7
Choose a base ref
..
head repository: rooseveltframework/mkroosevelt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d8eafcb9678f3e8e71ac6499c80dbdfcf59d87a
Choose a head ref
Showing with 126 additions and 89 deletions.
  1. +3 −1 .gitignore
  2. +2 −0 README.md
  3. +119 −86 package-lock.json
  4. +2 −2 package.json
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -23,4 +23,6 @@ node_modules
coverage
.nyc_output

.jscodehints
.jscodehints

.npm-cache
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,4 +8,6 @@ Command line application for creating [Roosevelt](https://github.com/rooseveltfr

As long as you have Node.js and npm installed, you can run `npx mkroosevelt` and follow the prompts to create a Roosevelt app!

Windows users may need to run `Set-ExecutionPolicy Unrestricted` on their terminal to permit the script to run. See [docs](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) from Microsoft for more information.

![Teddy Roosevelt's facial hair is a curly brace.](https://raw.githubusercontent.com/rooseveltframework/generator-roosevelt/master/generators/app/templates/statics/images/teddy.jpg "Teddy Roosevelt's facial hair is a curly brace.")
205 changes: 119 additions & 86 deletions package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"generator-roosevelt": "0.22.1",
"generator-roosevelt": "0.22.3",
"inquirer": "10.1.6",
"yeoman-environment": "3.19.3"
},
@@ -32,7 +32,7 @@
"eslint": "8.57.0",
"eslint-plugin-mocha": "10.4.1",
"fs-extra": "11.2.0",
"mocha": "10.4.0",
"mocha": "10.8.2",
"standard": "17.1.2"
},
"repository": {