1.0.1 • Published 3 years ago

create-ionic-template v1.0.1

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
3 years ago

create-ionic-template

cli shortcut over npx --yes -p @ionic/cli ionic start $@

npm Package Version

Usage

You can use npx or npm init to create ionic template.

Example using npx:

npx create-ionic-template [args]

Example using npm init or pnpm init or yarn create:

npm init ionic-template [args]

Arguments

argsdescription
(no args)interactive mode, prompt to use creation wizard (with web UI) or cli
app-nameuse app-name as the project directory and npm package name
--helpshow help message

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others