project_init 3.1.23

Quickly initialize projects from a template.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
language: c
cache:
  directories:
    - $HOME/.atspkg
install:
  - mkdir -p $HOME/.local/bin
  - curl -sSl https://raw.githubusercontent.com/vmchale/atspkg/master/bash/install.sh | sh -s
  - export PATH=$HOME/.local/bin:$PATH
  - atspkg -V
script:
  - curl -sL https://raw.githubusercontent.com/vmchale/tomlcheck/master/sh/check | sh -s .atsfmt.toml
  - atspkg test
  - atspkg run