jyokit
v3.0.1
Published
JyoKit — Your all-in-one CLI for DevOps scaffolds & Full-Stack JS app generators
Maintainers
Readme
JyoKit
JyoKit is your all-in-one CLI to scaffold full-stack JavaScript project templates — for backend, frontend, and mobile.
🚀 Supported Templates:
next→ Next.js starterexpress→ Express REST API serverexpo→ Expo React Native app with Redux Persist
📦 Installation
npm install -g jyokit
# or via npx
npx jyokit --help🔧 Usage
jyokit init <template> --name <project-name> [--output <destination>]Example
# Next.js app
jyokit init next --name my-frontend
# Express backend
jyokit init express --name my-backend --output server
# Expo mobile app
jyokit init expo --name my-app📂 Folder Structure
Your generated project will be copied from internal /templates/ into:
<output>/<name>/
├── ...📜 License
This project is licensed under the MIT License - see the LICENSE file for details. MIT © Joachim “Jyok1m” Jasmin
