Background image credit to emre
The solution for starting a project. Handles incorporating your front-end, back-end, GitHub with any CI/CD you might desire. A one stop shop to getting your project off the ground so you can jump straight into coding what you truly want.
- Table of Contents
- Installation
- Features
- Upcoming Features
- FAQ
- I'm getting an error message about Subversion - what's the deal?
- I'm getting an error message about requiring GH - what's the deal?
- Why even create this with so many other options out there?
- Can I suggest a framework/module/technology for you to adapt in?
- I mostly like what you've done, but I want to tweak a few things. Can I fork this and use it myself?
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.
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.
- 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.
- Vue and Svelte projects
- Apollo (including various client side implementations!)
- FeathersJS
- A custom CSS toolkit
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.
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.
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!
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.