0.0.16 • Published 6 days ago

scive v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

scive

Scaffold your projects effortlessly with custom templates.

Demo

Demo of scaffolding a new file from a custom template

NPM version

  • 🚀 - Quickly create custom templates for any project
  • 🔮 - Interactive CLI wizard to guide you through new template setup
  • 📑 - Manage multiple file templates with ease
  • ⚡ - Instantly scaffold new files with a single command
  • 🏋️ - Use handlebars to add dynamic content to your templates
  • 💾 - Local storage of templates for portability and reuse
  • ✨ - Simplifies repetitive setup tasks and enhances productivity

Installation

npm install scive -g

Usage

Initiate and manage your templates:

# Launch the template creation wizard
scive

# Launch via npx
npx scive

Scaffolding a Templates

Demo

Once a template is created, you can scaffold new files with a simple command:

# Select run
scive

# Or go to the run helper directly
scive run

Creating Templates

# Select create
scive

# Or launch the template creation wizard directly
scive create

Follow the interactive prompts to set up your custom template. You can add multiple files with custom names and content. Use handlebars to add dynamic content to your templates. There are three ways to add content:

Add files manually - the wizard will guide you through the process.

Demo

Select a folder - the wizard will automatically add all files in the folder.

Demo

Select a file - the wizard will automatically add the selected file.

Demo

Modify templates

Demo

You can modify any templates you've created with following command:

# Select list
scive

# Or go to the modify helper directly
scive list

Settings

Demo

Update your general settings (debug, editor, etc.) with following command:

# Select settings
scive

# Or go to the settings helper directly
scive settings

Contribution

Contributions are welcome! If you would like to help make scive better, please fork the repository, make your changes, and create a pull request.

Enjoy seamless project scaffolding with scive 🚀

0.0.16

6 days ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago