A CLI to bootstrap markup(front-end) project.
The easiest way to bootstrap a Markup(Front-end) project is by using create-markup-app. This CLI tool enables you to quickly start building a markup project, with everything set up for you. You can create a new app using the default markup template, or by using custom options. To get started, use the following command:
npx create-markup-app <project-name>
create-markup-app allows you to create a new project within seconds. It is officially maintained by the Humayun Kabir, and includes a couple of benefits:
- Interactive Experience: Running npx create-markup-app (with no arguments) launches an interactive experience that guides you through setting up a project.
- Zero Dependencies: Initializing a project is as quick as one second. Create Markup has zero dependencies.
Please report bugs and contribute at github:
Powered by: create-markup-app