evanisnor / durationjs

A JavaScript library for parsing and manipulating ISO 8601 formatted duration strings.
MIT License
13 stars 6 forks source link

package.json file #3

Closed desimone closed 11 years ago

desimone commented 11 years ago

It's difficult to know which (angular, testacular) dependencies are required for the project. Similar to PIP in python, you can use bower. It makes dep management easier for javascript.

evanisnor commented 11 years ago

OVERKILL

desimone commented 11 years ago

How do I install your app? At least let me know!

On Fri, Mar 15, 2013 at 8:29 PM, leadhead9 notifications@github.com wrote:

OVERKILL

https://a248.e.akamai.net/camo.github.com/c11ea50725fdecccd9f497ae7068b1c41ae77b0d/687474703a2f2f6d617474626c6f677369742e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031322f31322f576561706f6e2d6f7665726b696c6c2e6a7067

— Reply to this email directly or view it on GitHubhttps://github.com/leadhead9/durationjs/issues/3#issuecomment-14993995 .

evanisnor commented 11 years ago

Do you want to use the library or run the unit tests? These are two distinct questions, the latter I have not yet answered in the readme.

Hint: Install node.js, install the testacular module, run the following command from the project's root folder: $ testacular start testacular.conf.js Then open a browser or eight to the printed URL (localhost:someport)

desimone commented 11 years ago

vs

npm install
evanisnor commented 11 years ago

https://npmjs.org/package/testacular

evanisnor commented 11 years ago

You might need this too.. I don't remember https://npmjs.org/package/jasmine-node

evanisnor commented 11 years ago

@desimone can you confirm these steps for me so I don't look like a douche with a botched readme? thx

desimone commented 11 years ago

Tests fail for me though. aba661db1ee62a8e0da6c69f51a46e5d4df266c4

desimone commented 11 years ago

Fixed in #4