All Projects → hwxyz → Hwxyz

hwxyz / Hwxyz

Licence: mit
A Node Scaffold ✨🐢🚀✨

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hwxyz

scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Stars: ✭ 51 (+131.82%)
Mutual labels:  scaffold
Assemble
Community
Stars: ✭ 3,995 (+18059.09%)
Mutual labels:  scaffold
Structor
Structor - React UI Builder [DEPRECATED]
Stars: ✭ 5,522 (+25000%)
Mutual labels:  scaffold
generator-smacss
Perfectionist generator that scaffolds out different types of Frontend apps
Stars: ✭ 60 (+172.73%)
Mutual labels:  scaffold
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+1427.27%)
Mutual labels:  scaffold
Felix
A Friendly SSH Jumper Bastion Fortress Server
Stars: ✭ 542 (+2363.64%)
Mutual labels:  scaffold
coir
Coir is a tool that helps turn your project into a configurable tool
Stars: ✭ 20 (-9.09%)
Mutual labels:  scaffold
Scaffold Interface
🚀 A Smart CRUD Generator For Laravel
Stars: ✭ 836 (+3700%)
Mutual labels:  scaffold
X Chart
🚀 x-chart is a draggable & resizable data visualization system
Stars: ✭ 386 (+1654.55%)
Mutual labels:  scaffold
Noahv
An efficient front-end application framework based on vue.js
Stars: ✭ 593 (+2595.45%)
Mutual labels:  scaffold
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (+1072.73%)
Mutual labels:  scaffold
Kotlin Android Mvp Starter
Create/Generate your kotlin MVP projects easily
Stars: ✭ 270 (+1127.27%)
Mutual labels:  scaffold
Summoner
🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
Stars: ✭ 577 (+2522.73%)
Mutual labels:  scaffold
genesis
A grunt.js, inuitcss and assemble-based frontend development environment
Stars: ✭ 13 (-40.91%)
Mutual labels:  scaffold
Bozon
🛠 Command line tool for building, testing and publishing modern Electron applications
Stars: ✭ 687 (+3022.73%)
Mutual labels:  scaffold
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (+9.09%)
Mutual labels:  scaffold
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (+2327.27%)
Mutual labels:  scaffold
Mrm
Codemods for your project config files
Stars: ✭ 900 (+3990.91%)
Mutual labels:  scaffold
Laravel
Laravel Model Generator
Stars: ✭ 715 (+3150%)
Mutual labels:  scaffold
Delon
Delon is a set of essential modules for ng-alain. https://github.com/ng-alain/ng-alain/issues
Stars: ✭ 586 (+2563.64%)
Mutual labels:  scaffold

hwxyz

Hwxyz is a node scaffold,named by the team member’s last name .

The hwxyz library exported as Node.js modules.

It can help us to generate a framework by template replacement .

It can customize interactions.

I will perfect it step by step.

Develop

node -v
#v8.9.3
npm -v
#5.6.0

Installation

Using npm:

npm install -g hwxyz
hwxyz init <project name>
# 指定初始化仓库
hwxyz init <project name> -r huomarvin/react-koa2-ssr
# 针对公司内网情况,增加-t参数,可配置初始化仓库为gitlab
hwxyz init <project name> -t gitlab -r <gitlab address>
# 项目更新功能
hwxyz update

Update hwxyz:

npm update -g hwxyz

参考如何更新全局安装的包

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].