A fully customizable scaffolding framework for building websites, CMSs and APIs.
Visit The Documetion Site for more information.
- Node >= 12.0.0
- Yarn optional
As simple as running the following command:
yarn create circulatejs-app <directory name>
or
npx create-circulatejs-app <directory name>
Make sure you lint the project before making a PR.
You'll want to make sure you have ESLint installed globally, and make sure you run the following command in the base of the project:
yarn lint
or
npm run lint
We will use SemVer for versioning when we hit a 1.0.0 release.
Before we hit the 1.0.0 version milestone, every new version release should be considered a breaking change. We will document any breaking changes.
- Greg Patrick - Yelldon
This project is licensed under the MIT License - see LICENSE.md file for details