All Projects → makesjs → makes

makesjs / makes

Licence: MIT license
A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to makes

Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: ✭ 232 (+1188.89%)
Mutual labels:  scaffold
vue-boilerplate
An opinionated Vue.js 2 boilerplate with Vue Router, AVA and Istanbul
Stars: ✭ 27 (+50%)
Mutual labels:  scaffold
scaffold
Scaffold for laravel
Stars: ✭ 51 (+183.33%)
Mutual labels:  scaffold
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+1222.22%)
Mutual labels:  scaffold
WeTrident
一站式App开发套件,帮助开发者快速开发可正式上线运营的App。
Stars: ✭ 121 (+572.22%)
Mutual labels:  scaffold
hyper
🎨 Hyper: A component-first CSS design system.
Stars: ✭ 26 (+44.44%)
Mutual labels:  scaffold
Abyss
🔬 Assemble large genomes using short reads
Stars: ✭ 219 (+1116.67%)
Mutual labels:  scaffold
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+66.67%)
Mutual labels:  scaffold
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (+61.11%)
Mutual labels:  scaffold
generator-go
A Yeoman generator to scaffold a simple golang application
Stars: ✭ 46 (+155.56%)
Mutual labels:  scaffold
Responsive scaffold
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
Stars: ✭ 238 (+1222.22%)
Mutual labels:  scaffold
scaffold
WIP - Simplified PHP framework, using modern practices and techniques. Making use of the best components available.
Stars: ✭ 56 (+211.11%)
Mutual labels:  scaffold
ms-bus
基于 avalon2 的 SPA 脚手架
Stars: ✭ 31 (+72.22%)
Mutual labels:  scaffold
Scaffdog
🐶 scaffdog is Markdown driven scaffolding tool.
Stars: ✭ 237 (+1216.67%)
Mutual labels:  scaffold
ts-scaffold
🏗 ts-scaffold - Scaffold project for Typescript projects, with Unit Tests and basic dependencies set up
Stars: ✭ 13 (-27.78%)
Mutual labels:  scaffold
React Multi Page App
🍡 react multi page app/react多页面应用
Stars: ✭ 226 (+1155.56%)
Mutual labels:  scaffold
laravel-scaffold
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
Stars: ✭ 33 (+83.33%)
Mutual labels:  scaffold
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-27.78%)
Mutual labels:  scaffold
hbuild
⚔repaid build web/vue/react project starter kit with cli
Stars: ✭ 37 (+105.56%)
Mutual labels:  scaffold
scaffold-command
Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
Stars: ✭ 149 (+727.78%)
Mutual labels:  scaffold

makes CI

A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).

Document site: https://makes.js.org

Run "makes"

"makes" is designed to be used without any installation, as long as you have Node.js. To run "makes", do:

npx makes <skeleton_provider>

Example skeletons

Try dumberjs skeleton to create various types of front-end projects. dumberjs is a JavaScript bundler using AMD module format for front-end SPA apps.

npx makes dumberjs
# or
npx makes dumberjs my-project

Note npx makes dumberjs is a conventional short-cut of npx makes dumberjs/new.

makes dumberjs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].