Démarrage
Quick start
Render your first .nowline roadmap in under five minutes.
Ce contenu n’est pas encore disponible dans votre langue.
The fastest path to a working Nowline diagram. Pre-launch placeholder — full content lands in Phase C / D.
Install
Section titled “Install”See Install for the CLI install path. In short:
npm install -g @nowline/clinowline --versionAuthor your first roadmap
Section titled “Author your first roadmap”Create roadmap.nowline:
nowline v1
roadmap minimal "Starter" start:2026-01-05 scale:2w
swimlane engineering "Engineering" item research "Research" duration:3w status:done item design "Design" duration:2w status:in-progress item build "Build" duration:3w status:plannedRender
Section titled “Render”nowline roadmap.nowline # writes ./roadmap.svgnowline roadmap.nowline -f png # writes ./roadmap.pngnowline roadmap.nowline -f mermaid # writes ./roadmap.mdFor the full reference, see the CLI reference and the DSL reference.