create-varan-app
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

create-varan-app

Create a fully fledged server side rendered react app in one simple command npx create-varan-app my-project

npm CircleCI Codecov branch David Known Vulnerabilities license

Documentation

Usage

Run one of the following commands to create a new varan project

$ npx create-varan-app my-project
$ npm init varan-app my-project

Options

$ npx create-varan-app
Usage:  <project name> [options]
 
Options:
  -V, --version                output the version number
  -s, --silent                 silence output
  -e, --example <example>      create project from an example. See https://github.com/ersims/varan/tree/master/examples for a list of examples
  -r, --fromGitRepo <gitRepo>  create project from an existing Git repository (default: "https://github.com/ersims/varan-boilerplate.git")
  -h, --help                   output usage information

License

MIT

/create-varan-app/

    Package Sidebar

    Install

    npm i create-varan-app

    Weekly Downloads

    8

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    46.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • ersims