README
Description
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