{"id":19118906,"url":"https://github.com/yskszk63/my-csv-editor","last_synced_at":"2026-02-21T22:33:03.494Z","repository":{"id":38330404,"uuid":"295132553","full_name":"yskszk63/my-csv-editor","owner":"yskszk63","description":"CSV editor","archived":false,"fork":false,"pushed_at":"2025-01-04T02:53:05.000Z","size":5550,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T21:51:09.151Z","etag":null,"topics":["csv","rust","wasm"],"latest_commit_sha":null,"homepage":"https://yskszk63.github.io/my-csv-editor/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yskszk63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-13T10:59:54.000Z","updated_at":"2025-01-04T02:18:05.000Z","dependencies_parsed_at":"2023-02-12T21:45:25.376Z","dependency_job_id":"921d6fed-4243-4e71-8275-a57c4f062a8b","html_url":"https://github.com/yskszk63/my-csv-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fmy-csv-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fmy-csv-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fmy-csv-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fmy-csv-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yskszk63","download_url":"https://codeload.github.com/yskszk63/my-csv-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252516034,"owners_count":21760709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","rust","wasm"],"created_at":"2024-11-09T05:08:02.958Z","updated_at":"2026-02-21T22:32:58.474Z","avatar_url":"https://github.com/yskszk63.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My CSV editor\n\nCSV editor for my Rust and WASM study.\n(currently can not be save)\n\n[Demo](https://yskszk63.github.io/my-csv-editor/)\n[![dependency status](https://deps.rs/repo/github/yskszk63/my-csv-editor/status.svg)](https://deps.rs/repo/github/yskszk63/my-csv-editor)\n\n## How do it run.\n\nExamples -\u003e ubuntu:21.04\n\n### 0. Precondtion\n\n- build environment.\n- Node.js \u0026 npm\n- git\n- Rust ([rustup](https://rustup.rs/))\n- [wasm-pack](https://github.com/rustwasm/wasm-pack)\n\n```bash\n$ sudo apt install build-essential nodejs npm git\n...\n$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n...\n```\n\n#### 0-1. Install wasm-pack\n\nDownload\n\n```bash\n$ TMPDIR=`mktemp -d`\n$ curl -L 'https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz' | tar -zxf - -C $TMPDIR\n...\n$ mv $TMPDIR/wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack ~/.local/bin/\n$ wasm-pack --version\nwasm-pack 0.9.1\n```\n\nor `cargo install`\n\n```bash\n$ cargo install wasm-pack\n...\n```\n\n### 1. Clone repository \u0026 Initialize\n\n```bash\n$ git clone https://github.com/yskszk63/my-csv-editor\n...\n$ cd my-csv-editor\n$ npm install\n...\n```\n\n### 2. Run locally\n\n```bash\n$ npm start\n```\n\nListen at http://localhost:8000/\n\n### 3. Build\n\n```bash\n$ npm run build\n...\n$ ls dist/{*.css,*.wasm,index.*}\ndist/bundle.css  dist/fc37c871845c1cfd91f2.module.wasm  dist/index.html  dist/index.js\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fmy-csv-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyskszk63%2Fmy-csv-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fmy-csv-editor/lists"}