1.3.5 • Published 3 months ago

@nekzus/templakz v1.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Templakz - Project Kickstart Assistant

Streamline Your Project Initialization Process with Templakz

Github Workflow npm-version npm-month npm-total

Overview

Templakz is a powerful project template generator designed to simplify the project initialization process. It's crafted with developers like you in mind, offering an efficient way to start new projects with ease. Templakz provides a range of templates and customization options, allowing you to tailor your project to your specific needs.

Key Features:

  • Effortless Project Kickstart: Say goodbye to tedious project setup tasks. Templakz automates the process, ensuring you can get started quickly.

  • Diverse Template Library: Templates cover popular frameworks, libraries, and tools, including React.js and Next.js.

  • Tailor-Made Projects: Easily customize templates to match your project's unique requirements. Templakz empowers you to make changes and save your custom configurations.

  • Preferred Package Managers: Seamlessly integrate Templakz with your preferred package manager, whether it's npm, Yarn, or pnpm.

  • Interactive CLI: The interactive command-line interface guides you through the project creation process, providing a user-friendly experience.

  • Community-Driven: Join a thriving community of developers who contribute templates and improvements to Templakz.

Getting Started

Prerequisites

Before using Templakz, make sure you have the following prerequisites installed:

Installation

To install Templakz globally, execute the following command in your terminal:

# Using npm
npm install -g @nekzus/templakz

# Using Yarn
yarn global add @nekzus/templakz

Usage

Creating a New Project (Interactive Mode)

  1. Open your terminal.
  2. Run the following command to generate a new project based on a template:
templakz  |> Activate Interactive Mode Console
  1. Follow the interactive prompts to provide project details, including name, template, and package manager.

  2. Templakz will set up your project using the selected template and configurations.

Creating a New Project (Automatic Mode)

templakz create [options]

Available Options

-h, --help: Show help.
-v, --version: Show version number.
-n, --name: Name of the project.
-t, --temp: Template to use.
-p, --pack: Package manager to use.
-c, --vscode: Open the project in Visual Studio Code.
-s, --start: Start the server and browser.

Example usage in automatic mode

templakz create -n my-app -t react-eslint-ts-tw -p pnpm -c -s

This command will create a new project with the name "my-app," using the "react-eslint-ts-tw" template, the package manager "pnpm," open the project in Visual Studio Code, and also start the server and browser.

Supported Templates

Templakz offers a variety of templates, including:

  • React.js Template: A template for React.js projects with ESLint, TypeScript, and Tailwind CSS.

  • Next.js Template: A template for Next.js projects with ESLint, TypeScript, and Tailwind CSS.

Feel free to explore and use these templates to kickstart your projects.

Options

There are no command-line options for templakz. It provides a guided experience based on your project's needs.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

This tool was inspired by the need to streamline common development tasks. Contributing Contributions are welcome! Feel free to open issues or submit pull requests.

Author

nekzus

Contact

If you have any questions or suggestions, please feel free to contact me at nekzus.dev@gmail.com.