1.0.8 • Published 9 years ago

generator-toy v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

generator-toy

Yeoman generator generating a base template to start a Toy Problem.

Getting started

  • Install: $ npm install --global generator-toy
  • Run: $ yo toy

Options

Here's a list of our supported options:

  • name (String, default toyproblem-boilerplate) Project name.
  • version (String, default 0.0.0) Project version.
  • description (String) Project description.
  • authorName (String) Author name.
  • authorEmail (String) Author email.
  • authorUrl (String) Author homepage url.

What do you get?

Scaffolds out a complete Toy Problem exercise with JavaScript Testing and Linting support:

.
├── .git
├── .gitignore
├── LICENSE
├── README.md
├── index.js
├── package.json
└── test.js

Running Tests

Run $ npm test to run your test suite.

License

MIT License © 2015, Joao Stein.

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago