swatch

0.0.0 • Public • Published

node-swatch - Internet Time converter

EXAMPLE

$ swatch
@150.00

INSTALL

$ npm install [-g] swatch

REQUIREMENTS

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/.

Dependencies (2)

Dev Dependencies (4)

Package Sidebar

Install

npm i swatch

Weekly Downloads

3

Version

0.0.0

License

none

Last publish

Collaborators

  • mcandre