https://github.com/modxcms/teleport-project
Create a custom teleport project using this bootstrap project.
https://github.com/modxcms/teleport-project
Last synced: 6 months ago
JSON representation
Create a custom teleport project using this bootstrap project.
- Host: GitHub
- URL: https://github.com/modxcms/teleport-project
- Owner: modxcms
- Created: 2013-11-04T21:20:02.000Z (about 12 years ago)
- Default Branch: 1.x
- Last Pushed: 2019-11-13T17:29:43.000Z (about 6 years ago)
- Last Synced: 2025-04-28T12:28:10.592Z (8 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teleport Boilerplate Project
Use this project with `composer create-project` to start developing custom [Teleport](https://github.com/modxcms/teleport/) project to maintain your own [custom Actions](http://modxcms.github.io/teleport/extend/custom-actions/) or [Extract tpls](http://modxcms.github.io/teleport/extend/custom-extract-tpls/).
php composer.phar create-project modxcms/teleport-project teleport-of-mine/
You can use `composer update` on the resulting project to stay up-to-date with the latest release of Teleport. You can also use `bin/compile` to create your own `teleport.phar` from your custom project. NOTE that all bin scripts from Teleport are copied to the local `bin/` and that the files and folders from Teleport's `tpl/` directory are symlinked in the local `tpl/` directory.