https://github.com/robertoachar/playground-electron-workspaces
A playground for Electron with Yarn Workspaces.
https://github.com/robertoachar/playground-electron-workspaces
Last synced: 2 months ago
JSON representation
A playground for Electron with Yarn Workspaces.
- Host: GitHub
- URL: https://github.com/robertoachar/playground-electron-workspaces
- Owner: robertoachar
- License: mit
- Created: 2021-12-02T18:33:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T19:45:59.000Z (over 3 years ago)
- Last Synced: 2024-12-26T07:42:18.520Z (4 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-electron-workspaces
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for Electron with Yarn Workspaces.
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/playground-electron-workspaces.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage (npm) | Usage (yarn) |
| ----------------------------------- | ----------------------- | -------------------- |
| Start development mode | `npm start` | `yarn start |
| Run lint | `npm run lint` | `yarn lint` |
| Start lint in watch mode | `npm run lint:watch` | `yarn lint:watch` |
| Run tests | `npm run jest` | `yarn jest` |
| Start tests in watch mode | `npm run jest:watch` | `yarn jest:watch` |
| Run tests with code coverage | `npm run jest:coverage` | `yarn jest:coverage` |
| Run lint + tests | `npm test` | `yarn test` |
| Start lint + tests in watch mode | `npm test:watch` | `yarn test:watch` |
| Run lint + tests with code coverage | `npm test:coverage` | `yarn test:coverage` |## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/playground-electron-workspaces/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/playground-electron-workspaces.svg
[license-url]: https://opensource.org/licenses/MIT