GitXplorerGitXplorer
p

shogun

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f057c22edfe2fba4c706c2e770eb139cc896ec96

Update README.md

ppaulbjensen committed 9 years ago
Unverified
2643471ef5e056141f3e0b2fe32f225958069b5d

refactored stateManager state switching

ppaulbjensen committed 12 years ago
Unverified
d9e54bd8c343b4d077da83af4c52b233bbafae8c

A user can sign up to Shogun (cucumber-tested)

ppaulbjensen committed 12 years ago
Unverified
58bea39af1619f19c1aef81139dad6a44bd89653

Added the initial libraries and setup for the application

ppaulbjensen committed 12 years ago
Unverified
97b5ae891bfbad5763075fee7ecb514e9075aa89

Initial commit

ppaulbjensen committed 12 years ago

README

The README file for this repository.

Shogun

A different agile tool

Dependencies

  • Node.js (0.8+)
  • MongoDB (2.0+)

Installation

npm install

Usage

mongod &
coffee app.coffee

Tests

cake test
cake cucumber

License & Credits

© 2016 Paul Jensen. Shogun is licensed under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.