Skip to content

gzuidhof/starboard-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starboard-cli

The starboard command line tool is used for interacting with Starboard Notebooks locally. It starts a local webserver so you can view and edit notebook files on your computer.

Installation

Pre-built binaries can be found on the Github releases page.

Alternatively, you can build it yourself by cloning this repository and running:

cd starboard
go generate
go install

Usage

# Serve files in current folder
starboard serve .

## Serve files under a certain path
starboard serve ./assets

Screenshots

starboard serve directory listing

Starboard Serve Screenshot

starboard serve notebook view/editor

Starboard Server Notebook View Screenshot

License

This is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License Version 2.0.

About

Starboard CLI for local (offline) editing of notebooks

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published