odin-default-js-exercises/generator-exercise
Michael Frank 5708c3d85a Added jest
Removed generator-exercises folder as it breaks jest-codemods

run jest-codemods on .spec.js files, move generator-exercises back in

Change references from Jasmine to Jest in main readme

Update README with Jest specific language. Update some spec files with new syntax

update tests, multiple exercises

.gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests.

Standardised function declaration calls across exercises

fix typo in caesar.spec.js

Ignoring package-lock.json, package.json

Backtrack on .gitignore modification, add instructions to readme

move files from testing repo to this repo

Typo fixes, remove duplicate exercise folder

Remove solution from non-solution branch

Minor grammatical fixes

added trailing semicolon to all function and module exports

Fix words caught by search/replace action.

remove doubled semicolon.

Correct words caught by search/replace action.

Add missing semicolon.

Add .DS_Store to .gitignore

multiple files: Added a blank line at the end of each file

Ignore generator-exercise when linting exercise files

Update exercise number of each exercise

Update exercise number
2021-05-17 23:46:49 +01:00
..
generators/app Added jest 2021-05-17 23:46:49 +01:00
.editorconfig add generator and repeatString 2017-08-21 10:28:29 -05:00
.eslintignore add generator and repeatString 2017-08-21 10:28:29 -05:00
.gitattributes add generator and repeatString 2017-08-21 10:28:29 -05:00
.gitignore add generator and repeatString 2017-08-21 10:28:29 -05:00
.travis.yml add generator and repeatString 2017-08-21 10:28:29 -05:00
.yo-rc.json add generator and repeatString 2017-08-21 10:28:29 -05:00
LICENSE add generator and repeatString 2017-08-21 10:28:29 -05:00
README.md add generator and repeatString 2017-08-21 10:28:29 -05:00
package-lock.json update packages 2019-03-01 21:05:57 +00:00
package.json update packages 2019-03-01 21:05:57 +00:00

README.md

generator-exercise NPM version Build Status Dependency Status

generates boilerplate for The Odin Project exercises

Installation

First, install Yeoman and generator-exercise using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-exercise

Then generate your new project:

yo exercise

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Cody Loyd