Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anwaralameddin/kickstart
- Owner: anwaralameddin
- License: mit
- Created: 2024-10-08T08:06:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:51:16.000Z (16 days ago)
- Last Synced: 2024-10-24T13:09:09.460Z (15 days ago)
- Topics: bash, kickstart, latex, latex-template, powershell, tex
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
orPowerShell
to run:```sh
kickstart -help
```## Supported projects
- [x] [LaTeX](./LaTeX)
- [ ] Bash
- [ ] Rust
- [ ] Python
- [ ] C
- [ ] C++