All Projects → IEEE-VIT → templa-rs

IEEE-VIT / templa-rs

Licence: MIT license
One-Stop Solution for all boilerplate needs!

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to templa-rs

HacktomberfestHelloWorld
HacktomberFest Repo for getting R shirts and Swags from Digital Ocean
Stars: ✭ 18 (-33.33%)
Mutual labels:  hacktoberfest-accepted
nextarter-chakra
battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup ✨
Stars: ✭ 616 (+2181.48%)
Mutual labels:  boilerplate-template
Dseized-Bot
This repository contains all of the code required NOTE you may need to download other dependencies which will be mentioned below. This bot has many features such as playing songs in multiple servers and making a queue for songs.
Stars: ✭ 20 (-25.93%)
Mutual labels:  hacktoberfest-accepted
Creative-Simple-Landing-Pages
This is a Hacktoberfest Repository for Creative & Simple Landing Pages.
Stars: ✭ 35 (+29.63%)
Mutual labels:  hacktoberfest-accepted
cns
Search through rust crates without leaving the terminal
Stars: ✭ 23 (-14.81%)
Mutual labels:  tui
electron-typescript-react-mui
Lightweight, modern boilerplate built with electron, typescript, react, and material-ui.
Stars: ✭ 56 (+107.41%)
Mutual labels:  boilerplate-template
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+277.78%)
Mutual labels:  hacktoberfest-accepted
calcure
Modern TUI calendar and task manager with minimal and customizable UI.
Stars: ✭ 1,071 (+3866.67%)
Mutual labels:  tui
hacktoberfest2021
C , C++ , Python & Java Snippets can be adedd here
Stars: ✭ 32 (+18.52%)
Mutual labels:  hacktoberfest-accepted
Angular4-boilerplate-webpack2
Clean Angular Boilerplate with webapack 2
Stars: ✭ 17 (-37.04%)
Mutual labels:  boilerplate-template
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (+77.78%)
Mutual labels:  hacktoberfest-accepted
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (-11.11%)
Mutual labels:  boilerplate-template
Decoders-Community
This repository is for absolute beginners by making some small changes they can learn how to make a pull request and they can become a part of the #DecodersCommunity 🖤
Stars: ✭ 25 (-7.41%)
Mutual labels:  hacktoberfest-accepted
todo list rust
Simple Ncurses Todo List ☑
Stars: ✭ 19 (-29.63%)
Mutual labels:  tui
bookwyrm
ncurses utility for downloading publicly available ebooks, plugin support
Stars: ✭ 31 (+14.81%)
Mutual labels:  tui
NCURSES-Programming-HOWTO-examples
CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Stars: ✭ 114 (+322.22%)
Mutual labels:  tui
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-44.44%)
Mutual labels:  hacktoberfest-accepted
spotify-player
A command driven spotify player
Stars: ✭ 261 (+866.67%)
Mutual labels:  tui
starter-kit
📊 A complete dashboard built on laravel and quasar abstractions, ready to be used
Stars: ✭ 20 (-25.93%)
Mutual labels:  hacktoberfest-accepted
cncnet-yr-client-package
The official CnCNet Yuri's Revenge package for online.
Stars: ✭ 84 (+211.11%)
Mutual labels:  hacktoberfest-accepted

PR Open Source Visitors Issues License Stars Forks Last Commit Size Maintained UI

One Stop Solution for all boilerplate needs!

Consider leaving a if you found the project helpful.

Templa-rs

Templa-rs is a one-of-a-kind TUI tool written in Rust, which helps you generate boilerplate templates for various types of projects and architectures in a matter of seconds!

Templa-rs

Usage

  1. Download templa-rs here
  2. Run templa-rs
  3. Find the boilerplate you want
  4. Press [ENTER] to select it
  5. Start Coding

You can exit the program at any time using Ctrl+C

Running templa-rs

Windows

If you only wish to use Live Search you can run templa-rs on Windows by simply double clicking the exe file. If you wish to use CLI queries:

  1. Open a Terminal Window in the directory that the executable is in
  2. Run ./templa-rs.exe [OPTIONS]

Linux and macOS

  1. Open a Terminal window in the directory that templa-rs is in
  2. Run tar -zxvf {templa-file-name}.tar.gz
  3. Then run ./templa-rs [OPTIONS]

Features

Live Search

Live Search is a tool that lets you narrow down your search for the boilerplate you need, while also remaining inside the TUI at all times saving you time.

Live Search Features:

  • One way to use Live Search is to simply type a search term such as php, this will then show you all the boilerplates with php in their name
  • TAG: Tag allows you to search each boilerplate for a specific catagory of boilerplates (e.g. TAG:backend), using multiple tags may narrow down your search further

More methods to narrow down your search may be coming in the future so keep your eyes out!

Command Line Queries

You can also use queries directly from the command line to refine your search:

image

Template Preview

The Template Preview will show you a tree of the files that will be created when loading the boilerplate.

image

Built With

Landing Page

This is the design of the Landing Page website. It is not yet developed, if interested in developing this website, please contribute to issue#54.

Templa-rs

Link to the design: Figma File

Getting Started Contributing

Got a great new feature or a boilerplate you want to add? Why not contribute to the project:

  1. Fork it.
  2. Clone your forked repo and move inside it:
git clone https://github.com/{your-username}/templa-rs.git && cd templa-rs
  1. Checkout to a new branch to work on an issue:
git checkout -b my-amazing-feature
  1. Run It Locally
cargo run
  1. Once you're all done coding, it's time to open a PR :) Run the following commands from the root of the project directory:
git add .
git commit -m "A short description about the feature."
git push origin <my-amazing-feature>

Open your forked repo in your browser and then raise a PR to the master branch of this repository!

Contributing

To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as difficulty-easy or good-first-issue. Check out issues labelled as hacktoberfest if you are up for some grabs! :)

License

This project is licensed under MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].