Skip to content

DEPRECATED - Boilerplate projects for your favorite development tools used together with Titanium

License

Notifications You must be signed in to change notification settings

tidev-cellar/titanium-boilerplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Boilerplates

Boilerplate projects for your favorite development tools used together with Axway Titanium

Getting Started

Clone this repo, navigate to the project you want to try and run it!

For example:

cd templates/typescript-alloy-app

# Install dependencies
npm i

# Import the project to your organization
appc new --import

# Run the example
appc run -p [ios|android]

Some projects may use other commands, please check the individual README files in each template for project specific instructions.

Used Tools

See the list below to see for which tools this repo already contains examples and which tools are planned for.

  • TypeScript
  • Webpack
  • Karma
  • Appium

For a quick overview about the individual templates, what tools they use and what they do in general refer to the following table.

Name Tools Descriptions Readme
typescript-alloy-app TypeScript Use TypeScript to develop your Alloy based Titanium app README
typescript-classic-app TypeScript Use TypeScript to develop your classic Titanium app README

Contributing

Open source contributions are greatly appreciated! If you have a bugfix, improvement or other tools you use in your Titanium development, please create an issue first and submit a pull request against master.

Before you contribute read through the following guidelines.

  • Your commit messages should follow the Conventional Commits Specification so that changelogs and version bumps can be automatically generated. If you are not familiar with the commit message convention, you can use npm run commit instead of git commit, which provides an interactive CLI for generating proper commit messages.
  • We will let GitHub automatically squash your PR before merging, so don't worry about making multiple small commits.

Getting Help

If you have questions about these templates, feel free to reach out on Stackoverflow or the #helpme channel on TiSlack. In case you find a bug create a new issue or open a new JIRA ticket.

License

Apache License. Version 2.0

About

DEPRECATED - Boilerplate projects for your favorite development tools used together with Titanium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published