Skip to content

hyperweb-io/create-cosmos-app

Repository files navigation

create-cosmos-app

Set up a modern Cosmos app by running one command

Overview

npx create-cosmos-app my-app
cd my-app
yarn && yarn dev

Or you can install in globally

npm install -g create-cosmos-app

Get Started Immediately

You don’t need to install or configure tools like cosmjs, keplr, nextjs, webpack or Babel.
They are preconfigured so that you can focus on the code.

Create a project, and you’re good to go.

Creating an App

To create a new app, you may choose one of the following methods:

npx

npx create-cosmos-app my-app

(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)

npm

npm init cosmos-app my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create cosmos-app my-app

yarn create <starter-kit-package> is available in Yarn 0.25+

It will create a directory called my-app inside the current folder.

Credits

🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️

Code built with the help of these related projects: