Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Conversation

@thom4parisot
Copy link

datastringer now exposes a command line interface with pluggable stringers.

A global install of datastringer would work as following:

npm install -g datastringer

The initial stringers have been moved into separate npm modules, which are required like var stringer = require('uk-crime-stringer'); and still by exposing a unique function.

This way we isolate a bit more each stringer function, and it makes it easier to compose between public and private stringers while making their update easier.

The filesystem storage has been removed to isolate the app from the storage (and because Heroku deletes any file which is not versioned in Git).

closes #11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The install procedure is a bit complex, this should just be done with a "npm install -g ..".

1 participant