Skip to content

Releases: andremalveira/create-html5-app

v1.1.0

19 Sep 21:05
Compare
Choose a tag to compare


Create HTML5 App

License-MIT   NPM Version

Create a new simple project in HTML5 with one command.


Versions:

  • v1.0.0 - [Realese]: Create simple HTML5 structure
  • v1.1.0 - [Feature]: Added cli options and second html5 example

Global Install

npm i -g create-html5-app
create-html5-app name
cd name

OR:

Using npx

npx create-html5-app name
cd app-name

⚠️ There is no command to start the project as it is a simple example in html5.

cd name

Commands

Command Alias Description
create-html5-app cha main command

Options

Options Alias Description
--example name --e create app based on an example
--page name --p create new page in html
--git --g Initialize git

How to use (command example):

// Creating a app
create-html5-app app-name

// Criating a app with example
create-html5-app app-name --example with-scss

// Creating a html page
create-html5-app --page about 
// or --page pages/about


// [create-html5-app] has an alias called [cha], you can use it like this:
// cha app-name

use npx before create-html5-app if you haven't installed the cli globally


License

Create HTML5 App is licensed under the MIT License.

v1.0.0

15 Sep 03:06
Compare
Choose a tag to compare

create-html5-app

License-MIT   NPM Version

Create a new simple project in HTML5 with one command.

Install

npm i -g create-html5-app

OR:

Usage

npx create-html5-app app-name
cd app-name
npm run dev
#or
yarn run dev

License

create-html5-app is licensed under the MIT License.