Skip to content

v0.6.5: Initial Release

Choose a tag to compare

@lxsh-S lxsh-S released this 12 Jul 21:45

Ship#1

NOTE:- If required for review, the exact copy of this markdown is available as "v0.6.5.md" in the project root

A quickstart guide for v0.6.5/ship#1

Gos works with 1 Arument i.e the project name and flags for changing the language and project type

Example

This example is provided using the binary of Gos v0.6.5

  • Here the project name is the argument for Gos and -l is used to change the language and -t is used to change the project type

Linux / WSL

# Golang
./gos-linux-amd64 -l go -t cli
./gos-linux-amd64 -l go -t ap
./gos-linux-amd64 -l go -t std

# Cpp
./gos-linux-amd64 -l cpp -t app
./gos-linux-amd64 -l cpp -t lib
./gos-linux-amd64 -l cpp -t std

# Typescript
./gos-linux-amd64 -l ts -t nxtjs
./gos-linux-amd64 -l ts -t api
./gos-linux-amd64 -l ts -t lib
./gos-linux-amd64 -l ts -t std

MacOS

# Golang
./gos-darwin-arm64 -l go -t cli
./gos-darwin-arm64 -l go -t ap
./gos-darwin-arm64 -l go -t std

# Cpp
./gos-darwin-arm64 -l cpp -t app
./gos-darwin-arm64 -l cpp -t lib
./gos-darwin-arm64 -l cpp -t std

# Typescript
./gos-darwin-arm64 -l ts -t nxtjs
./gos-darwin-arm64 -l ts -t api
./gos-darwin-arm64 -l ts -t lib
./gos-darwin-arm64 -l ts -t std

Note for voters (Not necessary to follow)

If you face any issues on the working please write an issue or just mention the problem during the voting becuase it may become very hard to fix in the newer versions and ships