@webgo/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @webgo/cli

Weekly Downloads

0

Version

0.0.15

License

MIT

Unpacked Size

10.5 kB

Total Files

14

Last publish

Collaborators

  • alfonsodev