https://github.com/moul/asanaman
Asana tools and golang libs.
https://github.com/moul/asanaman
asana automation golang integration
Last synced: 4 months ago
JSON representation
Asana tools and golang libs.
- Host: GitHub
- URL: https://github.com/moul/asanaman
- Owner: moul
- License: other
- Created: 2022-08-10T06:19:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T20:13:59.000Z (4 months ago)
- Last Synced: 2025-07-19T22:59:01.588Z (4 months ago)
- Topics: asana, automation, golang, integration
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: .github/SUPPORT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# asanaman
:smile: asanaman
[](https://pkg.go.dev/moul.io/asanaman)
[](https://github.com/moul/asanaman/blob/main/COPYRIGHT)
[](https://github.com/moul/asanaman/releases)
[](https://microbadger.com/images/moul/asanaman)
[](https://manfred.life/)
[](https://github.com/moul/asanaman/actions?query=workflow%3AGo)
[](https://github.com/moul/asanaman/actions?query=workflow%3ARelease)
[](https://github.com/moul/asanaman/actions?query=workflow%3APR)
[](https://golangci.com/r/github.com/moul/asanaman)
[](https://codecov.io/gh/moul/asanaman)
[](https://goreportcard.com/report/moul.io/asanaman)
[](https://www.codefactor.io/repository/github/moul/asanaman)
[](https://gitpod.io/#https://github.com/moul/asanaman)
## Usage
[embedmd]:# (.tmp/usage.txt console)
```console
foo@bar:~$ asanaman
USAGE
asanaman [global flags] [flags] [args]
SUBCOMMANDS
me
workspace-list
project-list
FLAGS
-cache-path .asanaman-cache cache path
-debug false debug mode
-domain ... Asana workspace
-json false return JSON output when possible
-token ... Asana token
exit status 1
```
## Install
### Using go
```sh
go get moul.io/asanaman
```
### Releases
See https://github.com/moul/asanaman/releases
## Contribute

I really welcome contributions.
Your input is the most precious material.
I'm well aware of that and I thank you in advance.
Everyone is encouraged to look at what they can do on their own scale;
no effort is too small.
Everything on contribution is sum up here: [CONTRIBUTING.md](./.github/CONTRIBUTING.md)
### Dev helpers
Pre-commit script for install: https://pre-commit.com
### Contributors ✨
[](#contributors)
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Manfred Touron
🚧 📖 ⚠️ 💻

moul-bot
🚧
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!
### Stargazers over time
[](https://starchart.cc/moul/asanaman)
## License
© 2021 [Manfred Touron](https://manfred.life)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT)
([`LICENSE-MIT`](LICENSE-MIT)), at your option.
See the [`COPYRIGHT`](COPYRIGHT) file for more details.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`