starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

Everything you need to develop, test and deploy your own cockpit plugin

Results 5 starter-kit issues
Sort by recently updated
recently updated
newest added

- [ ] Requires https://github.com/glromeo/esbuild-sass-plugin/issues/176 Bumps the esbuild group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.20.2 to 0.21.1 Release notes Sourced from esbuild's releases. v0.21.1...

blocked
dependencies
javascript

Adds settings for ESLint and webpack to build typescript (.ts, .tsx) files. Building the project should work just as before. The type declarations in `src/types/cockpit.d.ts` are very basic and should...

Couldn't find anything regarding a possible implementation using Typescript instead of vanilla JavaScript, would that be preferable? Considering its large use as well as webpack handling it easy-peasy, I think...

One of the requirements of Fedora packages that contain the result of nodejs modules is to list them as Provides. Listing them manually in the spec file would be a...

We cloned this repo back in April 2022 as a starterkit to our project. The makefile from that version no longer works when it attempts to do... ```bash $(LIB_TEST): flock...