1.1.1 • Published 6 years ago

yhtml5-cli v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

YHTML5-CLI

npm version node version Build Status downloads total author

CLI for scaffolding front-end projects based on the create-react-app project.

Installation

Prerequisites: Node.js (>=4.x, 7.x preferred) and Git.

$ npm install -g yhtml5-cli

Usage

$ yhtml5 init <project-name>

Example:

$ yhtml5 init my-project

The above command pulls the template from YHTML5 template , prompts for some information, and generates the project at ./my-project/.

Official Templates

The purpose of official project templates are to provide opinionated, battery-included development tooling setups so that users can get started with actual app code as fast as possible. However, these templates are un-opinionated in terms of how you structure your app code and what libraries you use in addition to YHTML5 template.

All official project templates are repos in the YHTML5-Seed. When a new template is added to the organization, you will be able to run vue init <template-name> <project-name> to use that template. You can also run yhtml5 list to see all available official templates.

Current available templates include:

  • react - A full-featured Webpack + React setup with hot reload, code splitting & lazy loading.

question

  • npm link fail
File exists: /Users/path
npm ERR! Move it away, and try again.

rm -rf /Users/path
npm link

Thank

The inspiration for this project comes from vue-cli

License

MIT

1.1.1

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.3

7 years ago