@onehilltech/blueprint-cli

command-line interface for Blueprint.js

Usage no npm install needed!

<script type="module">
  import onehilltechBlueprintCli from 'https://cdn.skypack.dev/@onehilltech/blueprint-cli';
</script>

README

blueprint-cli

command-line interface for managing Blueprint.js applications

Installation

Install the command-line interface globally on your machine:

npm install -g @onehilltech/blueprint-cli

Getting Started

Create a new application:

blueprint new [other options] <name-of-app> 

Start the application:

node ./app

Open your browser, and go to http://localhost:5000/helloworld.