DEV Community

Ruy Adorno
Ruy Adorno

Posted on

ntl@4.0.0

Just released a new version of ntl (Npm Task List: Interactive cli menu to list and run npm tasks) that finally ships one of the most requested features recently: the ability to use a custom runner (such as yarn or pnpm).

ntl demo gif


You can get the latest version using npm:

npm install -g ntl
Enter fullscreen mode Exit fullscreen mode

and participate at the Github repo:

https://github.com/ruyadorno/ntl


The complete list of change is the following:

  • Breaking change: Missing descriptions when using --descriptions option now only throws a warning instead of an error msg + exit
  • Added npm-tasklist as a longhand command alternative (#48) thanks @wgolledge 🎉
  • Added runner options (#45 and #49) thanks @Mehdi-Hp 🎉
  • Updated dependencies

Latest comments (0)