webstone-plugins
webstone-plugins copied to clipboard
Start your next full-stack application with Webstone and configure it as you go.
Blocked by #366 #364 removed the `.github/workflows/test.yml` workflow with the following content. FYI in case this comes in handy: Click to see code name: Tests on: pull_request jobs: tests: name:...
Create guidelines affecting the style of the code including: - function names - camel or snake case - arrow functions yes/no - ... We maybe want to setup eslint for...
When creating a new route currently, you'll always get prompted for the type of the route. We should add an option to pass the types in as an argument
closes #280
- [ ] Add entrypoint to plugin - [ ] bundle entrypoint with `esbuild` - [ ] adjust build and dev script
With the change in the plugin structure, we can possibly get rid of our custom gluegun implementation. Shall we do this in this PR, or in a follow-up? In my...
The `npm_execpath` env variable isn't set if you install the package manager in a way other than `npm i -g [yarn|pnpm]`. This PR just checks if `pnpm --version` or `yarn...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [npm-run-all](https://togithub.com/mysticatea/npm-run-all) | devDependencies | replacement | [`^4.1.5` -> `^5.0.0`](https://renovatebot.com/diffs/npm/npm-run-all/4.1.5/) | This is a...