xlcode

A cli tool for quick build a react project

Usage no npm install needed!

<script type="module">
  import xlcode from 'https://cdn.skypack.dev/xlcode';
</script>

README

Description NPM version

Generate the minimal skeleton/boilerplate for a new React.js module.

Installation

Install the package with NPM:

$ npm install -g xlcode

Usage

For example, to create a project in the current working directory:

$ xlcode

And to create a project in another directory, specify a relative or absolute path:

$ xlcode hello

If the directory doesn't exist yet, it will be automatically created.

peer dependencies

  • React 16.6