🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

yhtml5-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yhtml5-cli

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

1.1.1
latest
npm
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

react

FAQs

Package last updated on 04 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts