@digital-garden-builder/builder
v0.0.17
Published
CLI client for Digital Garden Builder
Downloads
3
Readme
Builder
Command Line Interface for Digital Garden Builder.
This package is used in the content repo template to build static HTML for digital garden and deploy it to Github pages.
Install
npm i @digital-garden-builder/builder
Use
- Build and deploy garden:
npm garden
yarn garden
Requirements
This package requires the following dependencies:
- Node
- git
- yarn
Make sure that the git repo you are running in has:
- A subdirectory called "notes"
- A garden.json file
- A client.env file
See content repo for examples.
The git repo you are using must:
- Be hosted on Github
- Be authorized on a Garden Server.