devops-app-cli

Create React apps with no build configuration.

Usage no npm install needed!

<script type="module">
  import devopsAppCli from 'https://cdn.skypack.dev/devops-app-cli';
</script>

README

Introduction

Devops-app-cli is the cli of web project.we can use it when we need to create the react project of automatically.

Installation

npm install devops-app-cli -g
# OR 
yarn global add devops-app-cli

Api

//init the project

devops-app-cli create <project-name>

//starting the serve of local

devops-app-cli serve <html>