note
Version:
Create timestamped markdown notes from the command line
30 lines (19 loc) • 365 B
Markdown
# `npx note`
Create timestamped markdown notes from the command line.
## Usage
```bash
npx note this is my title
```
```bash
bunx note this is my title
```
```bash
pnpm dlx note this is my title
```
Creates a file like `note-2025-11-26-this-is-my-title.md` with content:
```markdown
# this is my title
Created: 2025-11-26T10:15:00.000Z
```
## License
MIT