https://github.com/tkuchiki/division-maker
わり算(筆算)問題ジェネレーター
https://github.com/tkuchiki/division-maker
Last synced: 28 days ago
JSON representation
わり算(筆算)問題ジェネレーター
- Host: GitHub
- URL: https://github.com/tkuchiki/division-maker
- Owner: tkuchiki
- License: mit
- Created: 2025-03-27T04:32:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T05:20:22.000Z (2 months ago)
- Last Synced: 2025-03-27T05:28:32.762Z (2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# division-maker
わり算(筆算)問題ジェネレーター```console
# build
$ npm run build
$ cp -a build/* docs/
```