create-keechma-next-app

A CLI tool to bootstrap keechma next apps

Usage no npm install needed!

<script type="module">
  import createKeechmaNextApp from 'https://cdn.skypack.dev/create-keechma-next-app';
</script>

README

Create Keechma Next App

A CLI tool for bootstrapping Keechma Next apps.

npm

You can choose between web or mobile (expo) template.

caption

Usage

npm i -g create-keechma-next-app //install globally

create-keechma-next-app HelloWorld
cd HelloWorld
yarn start