Starter templates and code generators are a popular way for devs to get started. However, many of them fail to support an efficient and robust development workflow.
→ improved docs, especially the getting started experience
→ a new doc explaining "Why Code Shaper"
→ new, off-the-shelf generator support for @tailwindcss
→ @nextjs and @vite_js generators refreshed to the latest framework versions
https://t.co/vkQLzh4jOU
Almost two years in and we have 100s of developers using @code_shaper to generate code delightfully in production environments. Code Shaper makes your workflows speedy, consistent, and standardized.
With that, we've made a few key updates:
→ a brand new site
We built an example integrating @tailwindcss with a @reactjs app generated using @code_shaper.
This example illustrates how you'd work together on large teams by extracting common components into a library. A 🧵
https://t.co/Q8X5rydmq6
This is pretty important when multiple teams need to share a reusable component library that uses Tailwind.
It's a common problem that we are trying to solve with @code_shaper.
https://t.co/F8TTZmc4C5
With the addition of @nextjs, we now have generators for 4 popular frameworks: @reactjs, @nextjs, @remix_run and @UseExpressJS.
You can now create the equivalent of the Turborepo kitchen sink example, but by using code generation.
Of course, if you have unique coding patterns and standards, you could generate those too. @code_shaper's plugin based architecture allows you to write custom generators easily.
We provide generators to scaffold your own generators. You can also create your own branded CLI.
Thanks to @vercel for giving us @nextjs and to @jaredpalmer for creating @turborepo.
These tools have helped us deliver ambitious projects faster and better. We hope that @code_shaper becomes your next trusted tool to improve speed, consistency and quality of your apps.
Thanks to @mjackson + @ryanflorence for creating Remix. You've made it fun and simple to create React apps again!
Hoping @code_shaper can make it easier to write consistent code across your whole team.
Writing a REST API using @UseExpressJS? I built a plugin for @code_shaper to generate a basic server using the Express router pattern.
It's built as a workspace in @turborepo so you can have the front-end and back-end in the same repository. Check it out: https://t.co/zjmojuWCyJ
We help you save time when creating a project from scratch or adding components to an existing code base. By encapsulating best practices, your code will be high quality across projects and team members. Check it out at https://t.co/zHPGjFtLR5.
We'd love to hear your feedback!
Code generators are not new. But I found that existing ones were not easy to use and customize.
Code Shaper was designed to help you create with speed, consistency, and standardization at its core.
Our first generator builds on @turborepo (by @jaredpalmer) as its foundation. On top of it, we provide plugins for @reactjs, @storybookjs, and other popular frameworks. You can swap these out for your favorites.