@baaz/cli
v1.1.2
Published
This is the home of the DevKit and the Baaz Framework CLI code. You can find the Baaz Framework CLI specific README [here](/README.md).
Downloads
35
Maintainers
Readme
Baaz CLI
Development tools and libraries specialized for Baaz Framework
This is the home of the DevKit and the Baaz Framework CLI code. You can find the Baaz Framework CLI specific README here.
Documentation
Quick Links
Gitter | Contributing | Baaz CLI | |---|---|---|
The Goal of Baaz CLI
The Baaz CLI creates, manages, builds and test your Baaz PWA projects. It's built on top of the Baaz Framework DevKit.
The Goal of DevKit
DevKit's goal is to provide a large set of libraries that can be used to manage, develop, deploy and analyze your code.
Getting Started - Local Development
- Clone to your local computer using
git
. - Make sure that you have Node 10.14 or later installed. See instructions here.
- Make sure that you have
yarn
installed; see instructions here. - Run
yarn
(no arguments) from the root of your clone of this project to install dependencies.
Installation
To get started locally, follow these instructions:
- Run the command your shell prompt.
npm install -g @baaz/cli
Usage
baaz --help
Generating and serving an Baaz project via a development server:
baaz --init
Project Run Command:
yarn run watch
Project Build Command:
yarn run build
Packages
This is a monorepo which contains many tools and packages:
Tools
| Project | Package | Version | Links |
|---|---|---|---|
Baaz CLI | @baaz/cli
| |
Adapter
| Project | Package | Version | Links |
|---|---|---|---|
Baaz Adapter | @baaz/adapter
| |
Misc
| Project | Package | Version | Links |
|---|---|---|---|
Webpack Baaz Plugin | @baaz/buildpack
| |