https://github.com/joaopalmeiro/portables
A package with a collection of small datasets for learning and testing purposes.
https://github.com/joaopalmeiro/portables
Last synced: about 1 month ago
JSON representation
A package with a collection of small datasets for learning and testing purposes.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/portables
- Owner: joaopalmeiro
- License: mit
- Created: 2021-02-08T22:11:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T02:04:50.000Z (about 4 years ago)
- Last Synced: 2025-03-18T12:13:18.452Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/portables
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# portables
A package with a collection of small datasets for learning and testing purposes.
## Development
1. `yarn prepublish`.
2. `yarn publish`.
3. `git push && git push --tags`.## References
- [`@visx/mock-data`](https://github.com/airbnb/visx/tree/master/packages/visx-mock-data).
- [Vega Datasets](https://github.com/vega/vega-datasets).
- [Publishing a Package](https://classic.yarnpkg.com/en/docs/publishing-a-package/).
- Basarat Ali's "[Create NPM JavaScript Packages using TypeScript](https://youtu.be/jJNIuBTAb6Q)" tutorial.
- [Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html).
- Minh-Phuc Tran's "[Publish My First NPM TypeScript Package](https://phuctm97.com/blog/publish-first-npm-package)" blog post.## Notes
- Generate `tsconfig.json`: `npx tsc --init`.
- `"types": "lib"`.
- [`type-fest`](https://github.com/sindresorhus/type-fest) package.