All Projects → kbrsh → moon-cli

kbrsh / moon-cli

Licence: MIT license
✨ Easily scaffold a Moon project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to moon-cli

hbuild
⚔repaid build web/vue/react project starter kit with cli
Stars: ✭ 37 (+37.04%)
Mutual labels:  scaffold
VineRelayStore
🔥 VineRelay is Content Management Boilerplate which enables you to quickly scaffold a shop with the basic features using React, Relay and GraphQL.
Stars: ✭ 16 (-40.74%)
Mutual labels:  scaffold
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (+259.26%)
Mutual labels:  moon
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-51.85%)
Mutual labels:  scaffold
uniapp-scaffold
基于Vue.js的跨平台小程序脚手架、设计语言、组件库及插拔式模板
Stars: ✭ 87 (+222.22%)
Mutual labels:  scaffold
laravel-scaffold-v1
The base for developing awesome projects
Stars: ✭ 15 (-44.44%)
Mutual labels:  scaffold
ts-scaffold
🏗 ts-scaffold - Scaffold project for Typescript projects, with Unit Tests and basic dependencies set up
Stars: ✭ 13 (-51.85%)
Mutual labels:  scaffold
hodlmoon
A command line tool for crytocurrency data. When moon?
Stars: ✭ 25 (-7.41%)
Mutual labels:  moon
UGUI-Effect
Efectos para la nueva UI
Stars: ✭ 14 (-48.15%)
Mutual labels:  moon
wordpress-scaffold
The scaffold for GRRR's WordPress Pro setup.
Stars: ✭ 16 (-40.74%)
Mutual labels:  scaffold
makes
A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).
Stars: ✭ 18 (-33.33%)
Mutual labels:  scaffold
lnv-mobile-base
移动端开发脚手架-基于gulp的使用zepto、handlebars、sass并且带移动端适配方案(flexible.js)的前端工作流,旨在帮助移动端项目的开发
Stars: ✭ 41 (+51.85%)
Mutual labels:  scaffold
g5-component
Event based Browserify component scaffold. ⚾
Stars: ✭ 15 (-44.44%)
Mutual labels:  scaffold
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+11.11%)
Mutual labels:  scaffold
go-echo-server-sandbox
A scaffold of golang web server using labstack/echo
Stars: ✭ 12 (-55.56%)
Mutual labels:  scaffold
lune
🌑 Lune.js — Calculate the phases of the moon
Stars: ✭ 104 (+285.19%)
Mutual labels:  moon
TacticTurnBased
Prototipo inicial de un juego tactico. Este proyecto solo alberga unos pocos assets con licencia free y el core de un sistema de combate tactico por turnos.
Stars: ✭ 28 (+3.7%)
Mutual labels:  moon
choo-cli
Command line scaffolding tools for choo
Stars: ✭ 65 (+140.74%)
Mutual labels:  scaffold
react-scaffolder
⚡ Scaffolding tool for React
Stars: ✭ 43 (+59.26%)
Mutual labels:  scaffold
menu-circular
Menu circular desarrollado con C# en Unity3D
Stars: ✭ 18 (-33.33%)
Mutual labels:  moon

Moon Cli

NOTE: This repo is outdated. The current source and documentation are available in the Moon monorepo.

A CLI to scaffold Moon applications

Installation

Install with npm:

$ npm install moon-cli -g

Getting Started

Create your first project with:

$ moon <name>

<name> is the name of your application, and Moon will proceed to create the directory and install the template there.

Next, move into the directory, install the dependencies, and run a dev server!

$ cd <name>
$ npm install
$ npm run dev

Production

To build a minified bundle, run:

$ npm run build

All html, css, and javascript will be minified and bundled accordingly.

License

Licensed under the MIT License by Kabir Shah

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