0.4.0 • Published 3 years ago

shopkeep v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Background image credit to emre

Table of Contents

Installation

Option 1 - Global Install From NPM:

npm i -g shopkeep

The Shopkeep CLI will then be available globally. Just type shopkeep into your terminal and follow the on screen prompts to bootstrap your project!

You will need to install Apache's Subversion to get this method to work. Subversion is required to be able to specifically extract only the chosen directories from this repository rather than forcing you to clone the entire repo.

Option 2 - Git Clone:

git clone https://github.com/shopkeepjs/shopkeepjs.git

Clone this repo into your folder of choice and cherry pick the features you want from the /store folder.

Features

  • Can framework as much or as little as you like
  • Uses many front end web frameworks including VanillaJS and React
  • Includes various examples for backend needs, ranging from a simple frame
  • Continuous Integration and Deployment with Github Actions and Docker images

In order to use the github feature of creating a new repo on Github, you will need to have gh installed on your system. If you don't have gh, you can still request that the project can become a new git project and it will set up your branches, origins and do an initial commit.

Upcoming Features

  • Vue and Svelte projects
  • Apollo (including various client side implementations!)
  • FeathersJS
  • A custom CSS toolkit

FAQ

I'm getting an error message about Subversion - what's the deal?

Apache's Subversion is required to use Shopkeep. It was a tough decision to make between requiring a 3rd party installation or requiring every user to clone this entire repo, selectively cherry pick the requested frameworks and then delete everything that was no longer needed. I welcome any feedback regarding this requirement.

I'm getting an error message about requiring GH - what's the deal?

Along the same lines as Subversion, there needed to be some way to create a new repo via the command line. GH is the least intrusive and, in my opinion, best option. Just like with Subversion - I welcome all feedback regarding this design choice.

Why even create this with so many other options out there?

Everyone has their own way of starting a project, and no one solution fit perfectly with what I was looking for. As soon as I thought of the name Shopkeep, I knew I needed to make something that worked for me . Use whatever solution makes the time spent from idea to code the shortest possible!

Can I suggest a framework/module/technology for you to adapt in?

Absolutely! Just open an issue with the recommendation tag and I will respond. The time it takes might depend on how much I already know and how complicated of a tool it is, but I am always open to learning and trying new things out. If you think you fit my design style, you can always implement this yourself and submit a pull request and I will take a look!

I mostly like what you've done, but I want to tweak a few things. Can I fork this and use it myself?

Of course you can! I initially made this tool primarily for myself, but have released it to the wild to help anyone. Take it, change it, morph it and squash it to your heart's desire.