Skip to content

Create a Qt Quick Application outside Qt Creator and user your favourite editor.

License

Notifications You must be signed in to change notification settings

ivanchuk/grunt-init-qml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-init-qml

Create a Qt Quick Application outside Qt Creator and user your favourite editor.

Requisites

  • grunt cli ($ npm install -g grunt-cli)
  • grunt init ($ npm install -g grunt-init)

Installation

Clone this repo into your grunt templates folder (~/.grunt-init/):

$ git clone https://github.com/ivanchuk/grunt-init-qml.git ~/.grunt-init/qml

Usage

$ mkdir my-project
$ cd my-project
$ grunt-init qml
$ npm install
$ chmod +x build-and-run.sh
$ grunt

About

Create a Qt Quick Application outside Qt Creator and user your favourite editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published