0.2.0 • Published 5 years ago

create-prototype v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Create Next App

The easiest way to get started with a product-kit prototype.

This project will not work if you're not connected to the Cloudflare VPN

Overview

yarn create (Yarn 1.0.0+)npxnpm (Node 8.x.x+)
1.yarn create prototype my-prototype -r ssh://my-git-remote/npx create-prototype my-prototype -r ssh://my-git-remote/npm init prototype my-prototype -r ssh://my-git-remote/
2.cd my-prototype/cd my-prototype/cd my-prototype/
3.yarn devnpm run devnpm run dev

What does this do

  • Create a new directory e.g my-prototype
  • Download a fresh copy of product-kit into it.
  • Install all the dependencies
  • Initialise a fresh git repository
  • Add your new remote (if the -r flag is passed when running the command)
  • Create a initial commit