0.0.0 • Published 10 years ago
swatch v0.0.0
node-swatch - Internet Time converter
EXAMPLE
$ swatch
@150.00
INSTALL
$ npm install [-g] swatch
REQUIREMENTS
- Node.js 0.8+
Optional
DEVELOPMENT
Test
Ensure the example script works as expected:
$ grunt cucumber
Feature: Run example tests
Scenario: Running example tests # features/run_example_tests.feature:3
Given the program has finished # features/step_definitions/steps.rb:1
Then the output is correct for each test # features/step_definitions/steps.rb:5
1 scenario (1 passed)
2 steps (2 passed)
0m0.060s
Lint
Keep the code tidy:
$ grunt lint
Spell Check
$ grunt aspelllint
Local CI
Guard can automatically run testing when the code changes:
$ bundle
$ guard -G Guardfile-cucumber
...
Guard can automatically lint when the code changes:
$ bundle
$ guard -G Guardfile-lint
...
Git Hooks
See hooks/
.
0.0.0
10 years ago