Skip to content

simple CLI tool which facilitates microservice development

License

LuminousMyrrh/scripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripter

Platform: Linux

A simple Linux CLI for fast microservice setup with user-defined project templates. Scripter saves development time by letting you reuse scaffolding and automate environment initialization—perfect for microservice developers looking to standardize workflows.

Table of Contents

How it works

Define and save templates from any directory with scripter make <templateName>.
In your project folder, create a scripts.json file (see examples/scripts.json) and run predefined scripts using scripter run <scriptName>.

Installation

git clone https://github.com/LuminousMyrrh/scripter.git
cd scripter
make
./dist/main

Linux only.

Usage

  • Create a template:
scripter make authentication

Copies the current folder to ~/.config/scripter/templates/authentication.

  • Run from scripts.json:
scripter run auth

Copies the template files into the current directory.

Features

  • Lightweight, fast CLI
  • No dependencies
  • Templates saved to ~/.config/scripter

Roadmap

Version Features
0.1 Basic impl
0.2 run command
0.3 make command
0.4 rm command

About

simple CLI tool which facilitates microservice development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published