https://github.com/arafathusayn/learnyoubun
An intro to Bun via a set of self-guided exercises: `bun add -g learnyoubun`
https://github.com/arafathusayn/learnyoubun
bun tutorial-exercises
Last synced: about 2 months ago
JSON representation
An intro to Bun via a set of self-guided exercises: `bun add -g learnyoubun`
- Host: GitHub
- URL: https://github.com/arafathusayn/learnyoubun
- Owner: arafathusayn
- License: gpl-3.0
- Created: 2024-03-02T08:22:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T01:51:54.000Z (almost 2 years ago)
- Last Synced: 2024-03-24T02:36:35.488Z (almost 2 years ago)
- Topics: bun, tutorial-exercises
- Language: TypeScript
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# learnyoubun
An intro to Bun via a set of self-guided workshops using Terminal.
> The project is in pre-release alpha stage (not version `1.0.0` yet)
## Install
```sh
bun install -g learnyoubun
```
## Update or Install specific version
Check out the latest version from [the registry](https://www.npmjs.com/package/learnyoubun?activeTab=versions).
```sh
bun remove -g learnyoubun
bun install -g learnyoubun@
# example:
bun install -g learnyoubun@0.0.5
```
## Run from Terminal
```sh
learnyoubun
```
## If you want to contribute and develop
```
git clone git@github.com:arafathusayn/learnyoubun.git
cd learnyoubun
bun i
bun link
learnyoubun
```
## License
The source code of this project is released under [GPL-3.0 license](./LICENSE.md).
## Maintainers
- [Arafat Husayn](https://github.com/arafathusayn)