https://github.com/beenotung/sum-it
make summary from a long article
https://github.com/beenotung/sum-it
Last synced: 8 months ago
JSON representation
make summary from a long article
- Host: GitHub
- URL: https://github.com/beenotung/sum-it
- Owner: beenotung
- License: bsd-3-clause
- Created: 2017-06-19T11:54:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T04:37:52.000Z (over 8 years ago)
- Last Synced: 2025-01-01T05:42:05.820Z (9 months ago)
- Language: Elm
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sum It
Make summary from a long article## npm scripts
| Command | Description |
|---|---|
| build | build html from the elm code |
| format | format the src and tests elm files |
| start | start a simple web server |
| test | run unit tests |
| test:watch | auto run tests upon file change |