Releases: lxsh-S/gos
Releases · lxsh-S/gos
Release list
v0.9.0
v0.8.5
Changelog Added file support for typescript
- d556d49 feat: Add files for Typescript project types
- 82d46ba docs: removed FileStructure part that was AI generated
- 1914fe3 docs: removed FileStructure part that was AI generated
- 34a0775 docs: Update v0.6.5
- 4112bcc docs: Clean README.md
- d101e30 docs: Move FolderStructure to FolderStructure.md
- b7cb5ff docs: Remove AUR warning
- b351775 docs: Remove plan section
v0.8.2
v0.8.1
v0.8.0
Proper Cpp project structure with files!
Changelog
- 502bb98 fix: Add cpp files support
- f6ccd30 fix: Pull remote changes
- 6e42d92 feat: Add files for golang project structures (main.go, go.mod only)
- 4531f41 docs: warn about AUR binary is not stable
- 43f3191 fix: remove stale PKGBUILD copy, pkgver now updates every release
- 1c5b812 docs: update plans
- 4dfcdd5 fix #4
v0.7.3
v0.6.5: Initial Release
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
-lis used to change the language and-tis 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