prolific v1.0.0
Prolific
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
- Fork it ( https://github.com/dgodd/prolific/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [dgodd] - creator, maintainer
Thanks
- [onsi] - inspiration
Repository
prolific
Owner
Statistic
- 1
- 1
- 1
- 0
- 0
- over 7 years ago
- February 9, 2017
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 06:50:23 GMT
Languages