Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpon/converter
convert csv file to json file
https://github.com/mpon/converter
Last synced: 29 days ago
JSON representation
convert csv file to json file
- Host: GitHub
- URL: https://github.com/mpon/converter
- Owner: mpon
- License: mit
- Created: 2014-03-09T16:10:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T00:12:59.000Z (almost 11 years ago)
- Last Synced: 2024-11-29T20:55:31.915Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Converter
## Getting Started
not yet.
## jsdoc
```
$ grunt shell:jsdoc
```## How to Test
### use jasmine-node
```
$ npm install -g jasmine-node
```### test command
```
$ npm test
```### test command in develop
jasmine-node auto test
```
$ jasmine-node spec --auto-test --watch lib/ --color
```jshint
```
$ grunt watch
```