Download the PHP package zaghadon/themeboot without Composer

On this page you can find all versions of the php package zaghadon/themeboot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package themeboot

logo

Latest Stable Version Total Downloads License

Themeboot CLI


themeboot

Themeboot is A Free and OpenSource Lightweight CLI app to bootstrap WordPress Theme Development created by @zaghadon. This repository is the official repository for themeboot.

Why themeboot

Me self no know ooh, but as e be, if you use it and you like it eh, Just send me your project link let me list it on the Created with section and why you enjoyed it so I can update this section too please. Thank you <3

Getting Started

You'll need php-cli, Composer and A local WordPress installation to get started.

Simple Installation:

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the themeboot executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

macOS: $HOME/.composer/vendor/bin Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin GNU / Linux Distributions: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin

You could also find the composer's global installation path by running composer global about and looking up from the first line.

Run composer global require zaghadon/themeboot to install Themeboot Globally in your computer. Run themeboot to verify successful installation.

Another Way is to clone the project directly to your computer. Change Directory to the cloned project, Install composer dependency and allow the post installation cmd script to export the Shell Script to your local environment PATH to enable global access.

Run git clone https://github.com/zaghadon/themeboot.git Run cd themeboot Run composer install

If the post install script didn't run successfully, you can manually install it globally by:

Run themeboot to verify successful installation.

Simple Usage:

Change Directory to the theme Folder of your wordpress installation. cd **/wp-content/themes/ . Initialize new theme development with themeboot themeboot init

Contributing

Contributions are very welcome! You can contribute with code, documentation, filing issues...

Credits

Created with Themeboot


All versions of themeboot with dependencies

PHP Build Version
Package Version
Requires minicli/minicli Version ^2.0
povils/figlet Version ^1.0.0
symfony/filesystem Version ^5.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zaghadon/themeboot contains the following files

Loading the files please wait ...