Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```