1.12.3 • Published 6 years ago

create-choo-app v1.12.3

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

create-choo-app stability

npm version build status downloads js-standard-style

Create a fresh choo application. Because starting a new project should take minutes, not days.

Usage

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

⚠️ 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.

Removing Dependencies

If you want to remove Tachyons you can do so by running npm uninstall tachyons and removing the reference to Tachyons in ./index.js.

API

  $ create-choo-app <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-app

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

  Do you enjoy using this software? Become a backer:
  https://opencollective.com/choo

License

MIT

1.12.3

6 years ago

1.12.2

6 years ago

1.12.1

6 years ago

1.12.0

6 years ago

1.11.2

6 years ago

1.11.1

6 years ago

1.11.0

6 years ago

1.10.0

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago