Skip to main content

No project description provided

Project description

Next theme kit

Theme Kit is a cross-platform command line tool that you can use to build themes. To get up and running quickly with Theme Kit.

How to Install for user

python setup.py develop --user

Or can use python-pip

pip install .

How to setup For development

sudo apt-get install python3-pip
sudo pip3 install virtualenv 

virtualenv -p python3 venv

# activate
source venv/bin/activate

# while development the script, install python packages
pip install -e .

How to run commands

  • pull command

# In first time, need to specific api_key, theme_id and store_url, then script will generate config.yml
ntk pull -a={{ api_key }} -t={{ theme_id }} -s={{ store_url }}

# After that can use command without params like this
ntk pull
  • watch command

ntk watch

How to run tests

python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

next-theme-kit-0.0.1.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

next_theme_kit-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page