Socket
Socket
Sign inDemoInstall

neto-themekit

Package Overview
Dependencies
59
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    neto-themekit

A development tool for Neto themes


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Neto Theme Kit

Neto Theme Kit is a cross-platform tool for building and deploying Neto Themes. Heavily inspired by Shopify's Theme Kit.

Features

  • Upload to multiple environments
  • Download remote themes to local
  • Watch for local changes and upload automatically to Shopify

Installation

npm install -g neto-themekit

OR

yarn global add neto-themekit

Usage

Make sure your working directory is the theme folder itself.

Configure

Configure a set of SFTP credentials for your Neto store(s).

ntheme configure -u SFTP_USERNAME -p SFTP_PASSWORD -t THEME_NAME

This will create a ntheme.yaml file in your current directory which will be used to connect to your store.

You can configure multiple environments to work with different themes or stores by adding the e or environment flag and the name of your environment. The default is development.

Watch

Watch your current directory for changes and upload them to your theme folder.

ntheme watch

Download

Download an existing theme to your current directory.

ntheme download THEME_NAME

Deploy

Upload everything in your current directory to your theme folder. If an existing theme exists with the same name as the one in your environment then a temporary folder will be created to upload your new version and the folders will be renamed after the upload is complete.

ntheme deploy

FAQs

Last updated on 31 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc