ItzikGabay / template-generator

Whether you're working with popular packages like Next.js or other custom packages, this app provides a seamless and efficient way to clone the package's contents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏓 Template Generator Cloning Tool

Introducing an new package cloning tool, designed for developers who need to quickly and easily clone packages from Git repositories or local folders.

Whether you're working with popular packages like Next.js or other custom packages, this app provides a seamless and efficient way to clone the package's contents.

With its ability to clone the package without the Git history and repository, you can keep your local environment clean and free from unnecessary clutter.

With this CLI, you'll have everything you need to get started with your project in no time.

Created with love by @itzikdevio.


Installation

(Still private due to development)

npm install -g @itzikdevio/template-generator

Usage

Local folder:

template-generator <package-name>
gn <package-name>

Git repository:

template-generator --git [git-repository-url]
gn --git [git-repository-url]

License

MIT


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

@itzikgabay - main developer


About

Whether you're working with popular packages like Next.js or other custom packages, this app provides a seamless and efficient way to clone the package's contents.


Languages

Language:JavaScript 81.1%Language:CSS 18.9%