Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benruns/cfacsv
"A simple gem to convert a _data/projects.yml to projects.csv in the format for code for America"
https://github.com/benruns/cfacsv
Last synced: 8 days ago
JSON representation
"A simple gem to convert a _data/projects.yml to projects.csv in the format for code for America"
- Host: GitHub
- URL: https://github.com/benruns/cfacsv
- Owner: BenRuns
- License: mit
- Created: 2015-04-03T03:06:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T04:00:46.000Z (almost 10 years ago)
- Last Synced: 2024-12-01T13:48:23.446Z (2 months ago)
- Language: Ruby
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Code For America to CSV
## cfacsv gemThis gem is created to be used with jekyll webpages.It does one thing. On page build, it converts the _data/projects.yml file into the csv file in the format the Code for America requested and places it in projects/projects.csv
It's rather fragile code at the moment and I welcome anyone that would like to help me write tests and increase it's usability etc before publishing it to rubygems.
## Installing
add the following to your gem file in jekyllgroup :jekyll_plugins do
gem 'cfacsv', :git => 'git://github.com/BenRuns/cfacsv.git', :branch => 'master'
endmake sure that you're using the following headers in the yaml file
`name description link_url code_url type categories status`
run `jekyll build`
that's it