yeoman
plop
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
yeoman
-
Apexlang: Project Templates with Code Generators
Tools like yeoman, degit, and cargo generate kept me happy for years. They add basic templating capabilities to the standard git clone but they stop there. You’ll be hard pressed to find tools that go beyond setting up a directory structure.
-
Top 10+ most dead-easy ways to make a web app
Yeoman
- startify: deployable monorepo boilerplate powered by fastify and react
-
What's the best way to generate code?
I don't follow. What you're describing sounds like something akin to either Yeoman or UltiSnips and output-only tools like that don't need to care about whether two pieces of code are semantically equivalent.
-
Exploring .NET WebAssembly with WASI and Wasmtime
Getting back to Wasm and the yo-wasm repo. This repo exists to help you easily create Wasm modules which can be published to OCI registries. The yo-wasm project currently supports publishing to either Azure Container Registry or Hippo and uses Yeoman to generate projects based on templates that are defined in this repo. There are templates for Assembly Script, C, Rust, Swift, and TinyGo. We've added a new template for C#, so let's give it a try.
-
Writing Tests for Custom Matchers in Jest
This happened recently when writing a Yeoman generator to quickly scaffold new projects. I wanted to write something like expect(result).toHaveDevDependency("typescript") to assert that the package.json file generated with the project includes a specified package in its devDependencies.
-
Are there code generation tools to create full stack Node apps with authentication?
You can find a few good generators for Yeoman https://yeoman.io/
-
Using generators to improve developer productivity
Yeoman
-
Show HN: A CLI to kick-start any language
Hi! Good project you have here! What is your main focus fot it? Being some kind of uber-generator like http://yeoman.io/ or becoming a hosting platform? Case the latter, is on-premise PaaS in the roadmap?
-
What's the best site like overleaf except not for latex but for coding?
There are a lot of generators/scaffolding tools that can generate a base for you, whether that is the actual structure you want or not can vary a lot, but many of them have quite sensible defaults. It's often a architectural decision how you actually want to structure your code, and isn't really a one side fits all thing. One generator i have used and a lot of the templates there have pretty close to production quality setup (obviously you could always argue about personal preferences and what serves the project in question) is https://yeoman.io/ . It's web focused, but paradigms vary so much between different kinds of development it's pretty impossible to create something that could serve all of them.
plop
-
Como reduzir o "copia & cola" no seu dia a dia com Code Generators
Plop
- Is there something similar to plopjs in Go? (generate files based on configuration from templates)
-
Is this bad practice in the long run?
this allows you to import this Header component with import { Header } from 'path/Header' without Header/Header. Creating this structure manually is annoying, so one will benefit from some code generators like plop or hygen.
-
React beautiful animation reordering the list of items
plop for create a consistent templates for pages, components, etc
-
Using generators to improve developer productivity
Plop
-
Introducing ReactPlay - Learn, Create, Share ReactJS projects
ReactPlay uses PlopJS to automate the play creation. It automatically helps create the scaffolding, setting imports, and initial code structure for the creators. The creator can import the project into their favourite code editor like VS Code and start implementing the play logic. It's simple. Give it a try.
- Creando generadores (scaffolds) con Plop
-
What personal projects are you currently working on?
Code generation for common tasks (like add data field, refactorings).
-
Is there a library to programmatically modify .config.js files?
Yeah, I've been using bash + sed + json, and, more recently, plop.js.
- Anyone know of any VS Code extensions that add autocompleting?
What are some alternatives?
Cities-Skylines-heightmap-generator - A heightmap generator for Cities: Skylines
hygen - The simple, fast, and scalable code generator that lives in your project.
create-react-native-app - Create React Native apps that run on iOS, Android, and web
casual - Fake data generator for javascript
degit - Straightforward project scaffolding
generator-crud-type-db
faker - Generate massive amounts of fake data in the browser and node.js
generator-webapp - A gulp.js generator for modern webapps
TerraForge3D - Cross Platform Professional Procedural Terrain Generation & Texturing Tool
vscode-php-intellisense - Advanced PHP IntelliSense for Visual Studio Code 🆚💬
hippo - The WebAssembly Platform
create-srfn-app - A utility to make a new SRFNstack app