Skip to content

A prompt-based CLI tool to scaffold projects across Go, Flutter, React Native, Spring Boot, Node.js, and Python with interactive prompts and pre-configured templates.

Notifications You must be signed in to change notification settings

MUGISHA-Pascal/start-it-cli

Repository files navigation

start-it

A prompt-based CLI tool to scaffold projects for various frameworks and languages.

Features

  • Interactive prompt-based project setup
  • Support for multiple frameworks:
    • Go
    • Flutter
    • React Native
    • Spring Boot
    • Node.js
    • Python
  • Beautiful CLI interface with colors and spinners
  • Fast project scaffolding

Installation

npm install -g start-it-cli

Or use with npx:

npx start-it-cli

Usage

Simply run the command:

start-it-cli

Then follow the interactive prompts to:

  1. Select your project type (Go, Flutter, React Native, Spring Boot, etc.)
  2. Enter your project name
  3. Choose additional options based on your framework
  4. Watch as your project is scaffolded automatically

Example

$ start-it-cli
? What type of project would you like to create? (Use arrow keys)
❯ Go
  Flutter
  React Native
  Spring Boot
  Node.js
  Python

? Project name: my-awesome-app
? Select Go template: (Use arrow keys)
❯ Basic CLI
  Web API
  Microservice

Project created successfully!

Supported Frameworks

Go

  • Basic CLI application
  • Web API (using Gin)
  • Microservice template

Flutter

  • Mobile app
  • Web app
  • Desktop app

React Native

  • Expo project
  • Bare React Native project

Spring Boot

  • REST API
  • Web application
  • Microservice

Node.js

  • Express API
  • Next.js application
  • TypeScript project

Python

  • Django project
  • Flask application
  • FastAPI service

Development

Setup

npm install
npm run build

Development Mode

npm run dev

Testing

npm test

License

MIT

About

A prompt-based CLI tool to scaffold projects across Go, Flutter, React Native, Spring Boot, Node.js, and Python with interactive prompts and pre-configured templates.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published