exercise-starter

1.0.0 • Public • Published

Exercise Starter

A starter template for TDD JavaScript exercises, code katas, and interviews

If you've ever been in a situation where you need to quickly set up a JavaScript project with testing for an interview, exercise or code kata, this template can help you get started in seconds without having to manually initialize and configure a new project.

Install

git clone git@github.com:localjo/exercise-starter.git
cd exercise-starter
npm install

Usage

Run the test watcher with:

npm test

Then write your code in index.js and your tests in index.test.js and check the test output in your terminal.

Contribute

PRs accepted.

License

MIT © Josiah Sprague

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i exercise-starter

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.49 kB

Total Files

5

Last publish

Collaborators

  • josiahsprague