Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anwaralameddin/kickstart

A collection of scripts, code snippets, templates and guides for setting up new development projects.
https://github.com/anwaralameddin/kickstart

bash kickstart latex latex-template powershell tex

Last synced: 12 days ago
JSON representation

A collection of scripts, code snippets, templates and guides for setting up new development projects.

Awesome Lists containing this project

README

        

# Kickstart

A collection of scripts, code snippets, templates and guides for setting up new
development projects.

## Installation

1. Clone the repository.

```sh
git clone https://github.com/anwaralameddin/kickstart.git
```

2. Depending on your system, run the appropriate installation script.

```sh
# Bash
kickstart/install
```

```powershell
# PowerShell
kickstart\install.ps1
```

3. Amend the [configuration files](./config/) to your needs before running
kickstart commands.

## Usage

For available commands, use either Bash or PowerShell
to run:

```sh
kickstart -help
```

## Supported projects

- [x] [LaTeX](./LaTeX)
- [ ] Bash
- [ ] Rust
- [ ] Python
- [ ] C
- [ ] C++