Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plusone-masaki/csv-plus
A completely new CSV editor that gives you a great experience with simple operations.
https://github.com/plusone-masaki/csv-plus
Last synced: 14 days ago
JSON representation
A completely new CSV editor that gives you a great experience with simple operations.
- Host: GitHub
- URL: https://github.com/plusone-masaki/csv-plus
- Owner: plusone-masaki
- License: mit
- Created: 2021-01-03T09:27:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T01:52:19.000Z (about 1 year ago)
- Last Synced: 2024-08-01T17:40:19.819Z (3 months ago)
- Language: TypeScript
- Size: 5.36 MB
- Stars: 260
- Watchers: 5
- Forks: 15
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# csv+
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run electron:serve
```### Compiles and minifies for production
```
yarn run electron:build
```### Run your unit tests (not yet)
```
yarn test:unit
```### Run your end-to-end tests (not yet)
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).