create-circulatejs-app

Create a new CirculateJS app

Usage no npm install needed!

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

README

CirculateJS - Create CirculateJS App

Creates a new CirculateJS project.

More Information

Visit The Documetion Site for more information.

Prerequisites

  • Node >= 12.0.0
  • Yarn optional

Running

As simple as running the following command:

yarn create circulatejs-app <directory name>

or

npx create-circulatejs-app <directory name>