Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkershner6/tsv-parse

Simple TSV parser for Node
https://github.com/dkershner6/tsv-parse

nodejs

Last synced: 18 days ago
JSON representation

Simple TSV parser for Node

Awesome Lists containing this project

README

        

# tsv-parse

Simple TSV parser for Node

See the [demo site](https://tsvparse.dkershner.com) for one possible use case.

## Contributing

All contributions are welcome, please open an issue or pull request.

To use this repository:
1. `npm i -g pnpm` (if don't have pnpm installed)
2. `pnpm i`
3. `npx projen` (this will ensure everything is setup correctly, and you can run this command at any time)
4. Good to make your changes!
5. You can run `npx projen build` at any time to build the project.