0.0.15 • Published 6 years ago

@webgo/cli v0.0.15

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

@webgo/cli

Command line interface for webgo applications

Install

npm i -g @webgo/cli

create a project

webgo create myapp

under the hood this will create a new react project using react-create-app

Add plugins

webgo add boilerplate

This will clone the boilerplate repository and merge with your repository under src/plugins folder.

A full example

npm i -g @webgo/cli
webgo create myapp
cd myapp/
webgo add boilerplate auth
yarn start
0.0.15

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago