Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tflori/riki-skeleton
Skeleton for a ríki application
https://github.com/tflori/riki-skeleton
Last synced: about 1 month ago
JSON representation
Skeleton for a ríki application
- Host: GitHub
- URL: https://github.com/tflori/riki-skeleton
- Owner: tflori
- Created: 2018-06-15T04:15:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T09:14:19.000Z (over 1 year ago)
- Last Synced: 2024-05-13T22:02:44.632Z (8 months ago)
- Language: PHP
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riki-skeleton
Don't try this at home. This is a high professional skeleton for a riki application and it's not finished and not
tested. I'm even unsure if it ever will be tested but I'm sure I will use it for the ríki community.## Contribute
In every php file use PSR-2 everywhere else we will see if it looks good.
Make sure your changes work. You can try the templates with `skeleton/post-create --debug ` or clone / copy
the source to a second folder and execute `composer install`.## Start a project
To start a project using this skeleton you need php and composer installed. We strongly recommend to read [the guide](
https://riki.w00tserver.org/guide) before you start using this skeleton. Also everything is more smooth when you
develop on linux but mac would also be fine - we recommend docker and in windows you will need a VM to run docker.```console
tflori@host $ composer create-project tflori/riki-skeleton projects/riki/community
...
#############################################################
# Thanks for using riki-skeleton! #
# #
# Unfortunately composer is still not able to pass stdin to #
# the post-create script. And because we need to ask you a #
# few questions you have to start the setup manually by #
# executing: #
# ./setup #
#############################################################
tflori@host $ ./setup
What's the name of your project? [ tflori/community ] tflori/riki-communityWhat's the namespace for your sources? [Community]
Do you want to use docker? [ Y / n ]
...
```