Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkershner6/tsv-parse
- Owner: dkershner6
- License: apache-2.0
- Created: 2020-06-24T16:42:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T00:11:47.000Z (6 months ago)
- Last Synced: 2024-05-28T09:41:48.330Z (6 months ago)
- Topics: nodejs
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.