subdomains/blog/_posts/2019-02-05-state-of-the-notion.md
<span class="blog-notice">NOTE: This post predates this project's rename to Volta.</span>
Notion is a JavaScript toolchain manager, making sure you always get the right version of Node, package managers like npm and Yarn, and JS command-line tools. Best of all, Notion makes tool requirements declarative and reproducible by using package.json to remember and launch the right versions of a project’s required tools, so developers and users always see their projects build and run in a consistent environment.
Lots of good stuff is happening—I can feel the momentum picking up!
notion install <package>Some of the big things I think we need to tackle next are: