0.0.15 • Published 5 years ago

@webgo/cli v0.0.15

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

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago