0.0.15 • Published 7 years ago

@webgo/cli v0.0.15

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 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

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago