-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a starter for Deno/Hono #41
Comments
Hi! Thanks for the issue. I will do some research next week and then add Deno as a supported Pylon runtime. |
Thanks for the quick reply! If it's useful at all, and you're a fan of devcontainers, as I am... https://github.com/DenoBlox/devcontainer This repo drops a dev container configuration into your project folder. It might just help you get deno setup, if you havent already, and keep your stuff isolated. |
I use Codespaces quite often, but I have never bothered to configure the devcontainer. I would happily accept a PR that adds devcontainers to Pylon. This configuration must support Nodejs, Bun and Deno. Some pre installed extensions like GitHub, Copilot and prettier would also be nice. In addition, I think that project with Pylon |
I am trying to use a {
"extends": "@getcronit/pylon/tsconfig.pylon.json",
"include": ["pylon.d.ts", "src/**/*.ts", "pylon.test.ts"]
} The problem is that the extends does not work because there are no Any idea what could be the issue? |
I think that would have to be merged into deno.json |
Apparently you can specify the tsconfig with |
- Added support for detecting Deno as a package manager - Created a new file, detect-pm.ts, to handle package manager detection logic - Updated index.ts to include Deno as a runtime option - Added Deno-specific files and configurations to the default Deno template closes #41
🎉 This issue has been resolved in version create-pylon-v1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @getcronit/pylon-v2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Following in the tracks of Hono, and their "cross-platform" approach, Pylon looks like an excellent project with a vision for making APIs simpler.
I would find it very useful to be able to launch a template project which uses deno, and also deno with Hono.
Some concepts which are gaining a lot of interest from the community are the speed at which we can build services, which can also automatically support RPC and GrapQL, whilst also leveraging the power of Zod for rapid validation of inputs and outputs.
Thanks!
The text was updated successfully, but these errors were encountered: