1.10.2 • Published 6 years ago

create-choo-zeit v1.10.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

create-choo-app for zeit

stability npm version build status downloads js-standard-style

Create a fresh choo application for use with zeit. It installs choo, along with:

Usage

Example of how to install a test choo.js app locally.

$ npx create-choo-zeit <project-directory>

Example of how to install the test locally and then deploy the test app to zeit. It should all just work.

$ npx create-choo-zeit <project-directory> && cd <project-directory>  && npm run deploy

⚠️ HTTPS Instructions

When you first open up your application in a browser, you'll probably see a warning page about HTTPS connections being untrusted. No worries, this is entirely expected behavior. Follow the instructions below to solve this for your browser.

HTTPS is needed for an increasing amount of APIs to work in the browser. For example if you want to test HTTP/2 connections or use parts of the storage API, you have no choice but to use an HTTPS connection on localhost. That's why we try and make this work as efficiently, and securely as possible.

We generate a unique certificate for each Bankai installation at ~/.config/bankai. This means that you'll only need to trust an HTTPS certificate for Bankai once. This should be secure from remote attackers, because unless they have successfully acquired access to your machine's filesystem, they won't be able to replicate the certificate.

A wild security screen appears!. Click on "advanced".

Dependencies

create-choo-app installs the following dependencies:

NameDependency TypeDescription
chooProductionFast, 4kb framework.
choo-service-workerProductionOffline support for Choo.
sheetifyProductionHyper performant CSS-in-JS.
tachyonsProductionA minimalist CSS toolkit.
bankaiDevelopmentAn asset bundler and static file server.
choo-devtoolsDevelopmentDebug Choo applications.
choo-scaffoldDevelopmentGenerate new application files.
dependency-checkDevelopmentVerify project dependencies.
standardDevelopmentStatically check JavaScript files for errors.

API

  $ create-choo-zeit <project-directory> [options]

  Options:

    -h, --help        print usage
    -v, --version     print version
    -q, --quiet       don't output any logs

  Examples:

    Create a new Choo application
    $ create-choo-zeit

  Running into trouble? Feel free to file an issue:
  https://github.com/shotlom/create-choo-zeit/issues/new

License

MIT

1.10.2

6 years ago

1.10.1

6 years ago

1.10.0

6 years ago

1.8.12

6 years ago

1.8.11

7 years ago

1.8.10

7 years ago

1.8.9

7 years ago

1.8.8

7 years ago

1.8.7

7 years ago

1.8.6

7 years ago

1.8.5

7 years ago

1.8.4

7 years ago

1.8.3

7 years ago

1.8.2

7 years ago

1.8.1

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.3

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago