0.5.0 • Published 5 years ago

@getbench/cli v0.5.0

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

@getbench/cli

npm Build Status JavaScript Style Guide

A command line tool for creating new Bench projects.

Installation

Install the Bench CLI tool globally with npm install -g @getbench/cli

Creating new projects

Run bench create [dir] to create a new Bench project. The default dir is site.

Start local development

Run yarn dev inside the project directory to start a local development server. The server will start at http://localhost:8080/ with hot-reloading etc.

Build for production

Run yarn build to generate a static site inside a dist directory in your project.

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago