Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hassan2bit/devlg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
devlg
A minimal CLI tool to log what you build, fix, learn and figure out — directly into your devlog site from anywhere on your machine.
devlg ─── your dev memory
? What kind of entry?
❯ ● built — shipped or created something
● learned — understood something new
● fixed — debugged or resolved an issue
● figured out — had a realization or insight
? Title: Deployed JIA — AI goal accountability app
? Description: Vibecoded a full goal manager with AI advisor...
? Stack / tags: HTML, CSS, JS, DeepSeek API
✓ Entry saved
built — Deployed JIA — AI goal accountability app
9 total entries in your devlogInstall
npm install -g devlgSetup (first time only)
devlg initPoint it at your local devlog project folder. Config is saved to ~/.devlog-config.json.
Usage
# Add a new entry interactively
devlg
# Show recent entries in the terminal
devlg list
# Show last 10 entries
devlg list -n 10
# Re-run setup
devlg initHow it works
devlg writes directly to data/entries.json inside your devlog project folder. After logging an entry, go to your devlog folder and push to Netlify or GitHub Pages to go live.
Pair with devlog
This CLI is built to work with the devlog site — a clean minimal developer journal you can host free on Netlify.
- Fork devlog
- Deploy to Netlify
- Install
devlgand rundevlg init - Log from anywhere, push to deploy
License
MIT