prolific v1.0.0

It's like Markdown for Pivotal Tracker - Reimplementation of https://github.com/onsi/prolific

Prolific Build Status

It's like Markdown for Pivotal Tracker

This is a reimplementation of Onsi's prolific in crystal

Extra functionality

This version enables conversion in both directions, eg. from prolific -> csv and from csv -> prolific.

Usage

Build

crystal build src/prolific.cr

Run

./prolific help

or any of

./prolific - < stories.prolific > stories.csv
./prolific stories.prolific > stories.csv
./prolific stories.csv > stories.prolific

Release

To build releases on macosx run:

macos: crystal build --release src/prolific.cr -o prolific.macosx linux: docker run -w /app -v $PWD:/app -it crystallang/crystal crystal build --release src/prolific.cr -o prolific.linux

Development

Edit the specs and implementation, then

crystal spec

Contributing

  1. Fork it ( https://github.com/dgodd/prolific/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Thanks

Repository

prolific

Owner
Statistic
  • 1
  • 1
  • 1
  • 0
  • 0
  • about 7 years ago
  • February 9, 2017
License

MIT License

Links
Synced at

Fri, 03 May 2024 02:10:54 GMT

Languages