![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@christian-slater/sync
Advanced tools
Sync files between your local machine and a remote Shopify theme.
npm i @christian-slater/sync -g
Create a slater.config.js
file, and define one or more themes:
module.exports = {
themes: {
development: {
id: '12345...',
password: 'abcde...',
store: 'store-name.myshopify.com',
ignore: []
},
production: { ... }
}
}
Then, use the CLI to sync
or unsync
files or directories:
christian-slater-sync sync snippets/header.liquid # file
christian-slater-sync sync snippets/ # directory
christian-slater-sync unsync snippets/header.liquid
sync
Sync a file or directory.
christian-slater-sync sync snippets/header.liquid # file
christian-slater-sync sync snippets/ # directory
unsync
Un-sync a file or directory.
christian-slater-sync unsync snippets/header.liquid # file
christian-slater-sync unsync snippets/ # directory
@christian-slater/sync
can also be used in node, as it is in
@christian-slater/cli.
const sync = require('@christian-slater/sync')
const theme = sync({
id: '12345...',
password: 'abcde...',
store: 'store-name.myshopify.com',
ignore: []
})
sync
// single file
theme.sync('./build/snippets/nav.liquid')
// multiple files
theme.sync([
'./build/snippets/nav.liquid',
'./build/templates/index.liquid'
])
// or a directory
theme.sync([
'./build/snippets/'
])
unsync
theme.unsync([ 'templates/index.liquid' ])
MIT License © The Couch
FAQs
shopify theme deployment utility
The npm package @christian-slater/sync receives a total of 2 weekly downloads. As such, @christian-slater/sync popularity was classified as not popular.
We found that @christian-slater/sync demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.