0.0.1 • Published 5 years ago

xlcode v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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