https://github.com/devlights/darttmp
個人用のdart言語メモプログラム置き場
https://github.com/devlights/darttmp
Last synced: about 2 months ago
JSON representation
個人用のdart言語メモプログラム置き場
- Host: GitHub
- URL: https://github.com/devlights/darttmp
- Owner: devlights
- License: mit
- Created: 2023-09-05T08:47:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T09:12:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:58:27.681Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# darttmp
個人用のdart言語メモプログラム置き場
[](https://gitpod.io/#https://github.com/devlights/darttmp)
```sh
$ task init
task: [clean] rm -rf app
task: [init] dart create app
Creating app using template console....gitignore
analysis_options.yaml
CHANGELOG.md
pubspec.yaml
README.md
bin/app.dart
lib/app.dart
test/app_test.dartRunning pub get... 3.2s
Resolving dependencies...
Changed 46 dependencies!Created project app in app! In order to get started, run the following commands:
cd app
dart run$ task run
Building package executable...
Built app:app.
Hello world: 42!$ task clean
task: [clean] rm -rf app
```