Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imteekay/laziness
Laziness is a set of tools for a better developer experience.
https://github.com/imteekay/laziness
developer-experience devtools javascript reactjs web
Last synced: 22 days ago
JSON representation
Laziness is a set of tools for a better developer experience.
- Host: GitHub
- URL: https://github.com/imteekay/laziness
- Owner: imteekay
- License: mit
- Created: 2020-05-24T12:51:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:31:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T05:41:48.237Z (about 1 month ago)
- Topics: developer-experience, devtools, javascript, reactjs, web
- Language: TypeScript
- Homepage:
- Size: 6.15 MB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laziness
> Project Status: Experimental ⚠️
Laziness is a set of tools for a better developer experience.
## Packages
For now, the repository contains four devtools
- [`@laziness/lazy-cypress`](https://github.com/leandrotk/laziness/tree/master/packages/lazy-cypress): A tool to automate Cypress integration tests in your React app.
- [`@laziness/lazy-cypress-api`](https://github.com/leandrotk/laziness/tree/master/packages/lazy-cypress-api): An API to generate Cypress code.
- [`@laziness/boring-test`](https://github.com/leandrotk/laziness/tree/master/packages/boring-test): A tool to automate React component tests.
- [`@laziness/dts-gen`](https://github.com/leandrotk/laziness/tree/master/packages/dts-gen): A tool to generate dts types from React prop type source code.## Roadmap
Take a look at the board to have visibility of the Laziness roadmap: [Laziness Board](https://github.com/leandrotk/laziness/projects/1).
- [x] Lazy Cypress: first implementations
- [x] dts-gen: generate dts types
- [x] Lazy Cypress: Separate API from component
- [ ] dts-gen-cli: [To do](https://github.com/leandrotk/laziness/projects/1#card-43351114)
- [ ] dts-gen-vscode: [To do](https://github.com/leandrotk/laziness/projects/1#card-43351161)
- [ ] reacts: [To do](https://github.com/leandrotk/laziness/projects/1#card-43350387)
- [ ] Type based test: [To do](https://github.com/leandrotk/laziness/projects/1#card-43031842)