{"_id":"@abolkog/theme-kit","_rev":"1-14b1d55b05de744b3c4e9310ed3120b4","name":"@abolkog/theme-kit","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abolkog/theme-kit","version":"1.0.0","description":"NodeJS Wrapper around Shopify ThemeKit","main":"src/index.js","author":{"name":"Khalid Saeed"},"license":"MIT","scripts":{"start":"node src/index"},"dependencies":{"commander":"^6.1.0","inquirer":"^7.3.3","js-yaml":"^3.14.0"},"bin":{"theme-kit":"src/index.js"},"keywords":["theme manger","theme kit","shopify","themekit","cli"],"repository":{"type":"git","url":"git+https://github.com/abolkog/theme-kit.git"},"bugs":{"url":"https://github.com/abolkog/theme-kit/issues"},"homepage":"https://github.com/abolkog/theme-kit","gitHead":"694c30cdd012045af8fe36da352287be73324562","_id":"@abolkog/theme-kit@1.0.0","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"integrity":"sha512-q/bem3mq3ZCLySKoByjJzdGCUQF/LFc8pZ78gdr2hw6OcK//jeuZGaBjg2cBkg8Yymr6D95FR8pXsBTbAy/JMg==","shasum":"3e8c2359cff8ddbc5395b666e7d6173a57b59739","tarball":"https://registry.npmjs.org/@abolkog/theme-kit/-/theme-kit-1.0.0.tgz","fileCount":13,"unpackedSize":12239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSK/TCRA9TVsSAnZWagAAsXEP/3TvvR++dhGIfwRkkc1x\nciH4Kj/AOqRVhbEBY5Qkt0IZbCHlI548pMPA6Z04GogaKVa3vYdAQe+WbI1Z\nx0ukSF58FlnOhVgCBnt1PpNC3diHcmLWqcE+mYqjxZs0y9o89EvI81qEeGKx\nYjNemK4U7X9Z4x62RX4559mUjzkVVNh7IL1FkjnvGO6L7RgPiy2J1nqKYFKK\nJuMbp9z5hqzpULoDgTPxYlCHASyRzzLHt0a85NqN57AFC8JRld5xxN0OMUoH\nIViGH2bBYITgaFQz9KBgAgz4+5xC6UMDAkwBm2yBkfPpJL/esccEvaVieS6S\nUPq0hSA2mV2BXKTUoSIxDJhDmvAInC7ZcaRb2bIiwisf4T+gc5awB/rwTcpF\nfC0BvgZ2HUnJPur9FSjSF3Gc8c/TQwuz2i4aFGd8YnmDCnlsW5NxsqzCiEWx\nxPtZwCPWOzUYxPSJ3eWG2x7b7CfWmlzBADl2V0Yp1+b+YJ+WmAIL1xwOTohw\nyAL2hgTXG/teY30/j+ABQOl9J4hj6u9T8t7PkxMu6VwT0SsnBrFtRBr7Nb0q\n8wUTuLKLXzrRMDifvaxGz2XIc9a8yK15CPjyaP7ubEClynvV3mPqNfq1K5jJ\nkayDlXDqMM8jg5A0yoxqJcJSiXjgXk9ireMYafAyNPWsJq4CQ2BfreRTxrrh\nzmP5\r\n=ZF4A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyd+Uung1UOuArjbouYFQBg22OKL2LpU9dFhz0K6nblgIgTyNGcD5mCtGZuIPAEvXEklW9NE74xBUmcRhIwZ6zzSE="}]},"maintainers":[{"name":"abolkog","email":"abolkog@gmail.com"}],"_npmUser":{"name":"abolkog","email":"abolkog@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/theme-kit_1.0.0_1598599123467_0.893198757707435"},"_hasShrinkwrap":false}},"time":{"created":"2020-08-28T07:18:43.418Z","1.0.0":"2020-08-28T07:18:43.594Z","modified":"2022-04-04T11:00:00.115Z"},"maintainers":[{"name":"abolkog","email":"abolkog@gmail.com"}],"description":"NodeJS Wrapper around Shopify ThemeKit","homepage":"https://github.com/abolkog/theme-kit","keywords":["theme manger","theme kit","shopify","themekit","cli"],"repository":{"type":"git","url":"git+https://github.com/abolkog/theme-kit.git"},"author":{"name":"Khalid Saeed"},"bugs":{"url":"https://github.com/abolkog/theme-kit/issues"},"license":"MIT","readme":"# Theme-Kit\n\nA NoeJS CLI Wrapper around [Shopify ThemeKit](https://shopify.github.io/themekit/)\n\n> Currently Working with bare liquid themes\n\n<img width=\"891\" alt=\"Screen Shot 2020-08-28 at 4 42 45 pm\" src=\"https://user-images.githubusercontent.com/3861725/91530203-0fcc7580-e94e-11ea-9d47-330fe87df765.png\">\n\n### Prerequisites\n\n- [Shopify ThemeKit](https://shopify.github.io/-themekit/) installed\n\n## Install\n\n- Install the package globally\n\n```\nnpm i -g theme-kit\n```\n\n## Usage\n\ntheme-kit is a cli wrapper around shopify themekit, you can use it to switch theme in your working dir, start themekit watch for development or fetch/download a new theme from shopify\n\n> This wrapper will created a file `.werd` on the root level to store your configutation. Add this file to your `.gitignore`\n\n### Downlaod theme\n\nNavigate to a new folder and use the command `get` to download a theme\n\n```\nmkdir my-project && cd my-project\ntheme-kit get\n```\n\nfollow the on-screen instruction\n\n### Watch theme\n\nNavigate to your them working and issue the commadn `switch`\n\n> the `config.yml` file must exists in the root folder\n\n```\ncd my-theme\ntheme-kit switch\n```\n\nfollow the on-screen instruction\n\n### Watch theme\n\nTo watch for theme changes and upload the theme to shopify use the command `dev`\n\n> the `config.yml` file must exists in the root folder\n\n```\nmkdir my-project && cd my-project\ntheme-kit dev\n```\n\nfollow the on-screen instruction\n\n## Authors\n\n- **Khalid Elshafie** - _Initial work_ - [abolkog](https://github.com/abolkog)\n\nSee also the list of [contributors](https://github.com/abolkog/theme-kit/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","readmeFilename":"README.md"}