Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagocordeiro/wpchildmaker
Gera arquivos de tema filho para o Divi no Wordpress
https://github.com/tiagocordeiro/wpchildmaker
hacktoberfest
Last synced: about 2 months ago
JSON representation
Gera arquivos de tema filho para o Divi no Wordpress
- Host: GitHub
- URL: https://github.com/tiagocordeiro/wpchildmaker
- Owner: tiagocordeiro
- License: mit
- Created: 2018-03-07T13:53:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T19:06:12.000Z (3 months ago)
- Last Synced: 2024-10-30T09:43:24.762Z (3 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpchildmaker
Gera arquivos de tema filho para o Divi no Wordpress[![Build Status](https://travis-ci.org/tiagocordeiro/wpchildmaker.svg?branch=master)](https://travis-ci.org/tiagocordeiro/wpchildmaker)
[![Updates](https://pyup.io/repos/github/tiagocordeiro/wpchildmaker/shield.svg)](https://pyup.io/repos/github/tiagocordeiro/wpchildmaker/)
[![Python 3](https://pyup.io/repos/github/tiagocordeiro/wpchildmaker/python-3-shield.svg)](https://pyup.io/repos/github/tiagocordeiro/wpchildmaker/)## Como usar
Clone o repositório.
`git clone https://github.com/tiagocordeiro/wpchildmaker.git`
Acesse o diretório.
`cd wpchildmaker`
Crie um ambiente virtual.
`python -m venv venv`
Ative o ambiente.
`source venv/bin/activate`
Instale as dependências do projeto.
`pip install -r requirements.txt`
Acesse o diretório e rode o script com os argumentos.
```
cd wpchildmaker
python wpchildmaker.py --theme_name "MeuTema" --customer_name "Meu Cliente" --customer_site "https://www.mulhergorila.com"
```Ou, simplesmente:
```
python wpchildmaker.py
```Pronto, o seu tema filho foi criado no diretório `wpchildmaker/mychilds`