Skip to content

Releases: ruyadorno/ntl

v3.0.0

02 May 22:24
fe2b42c
Compare
Choose a tag to compare

Breaking:

  • Debug shortcut param is now -D

Added:

  • Option to list task descriptions: -d --descriptions
  • Usage instructions:
In your package.json make sure to add a "ntl" field containing a "descriptions" field that enumerates each script name along with its description, e.g:

  "ntl": {
    "descriptions": {
      "build": "Builds the project",
      "coverage": "Run test outputing code coverage",
      "test": "Run project's tests"
    }
  },

Then run ntl using the -d option:

$ ntl -d

many thanks @mischah for the awesome contribution #24 🎉

v2.0.1

17 Apr 13:13
eb0e681
Compare
Choose a tag to compare
  • Fixed problem using the --info option
  • Removed index.js from the list of files published on npm

v2.0.0

03 Apr 13:20
a5532b8
Compare
Choose a tag to compare
  • Added --autocomplete option for a fuzzy search-like behavior
  • Breaking: ntl now requires node LTS or above
  • More: internal refactor, ntl code now is much simpler by reusing ipt

v1.3.0

23 Mar 17:23
cbf10f8
Compare
Choose a tag to compare

v1.2.0

25 Feb 21:47
Compare
Choose a tag to compare
  • Added support to ESC key to leave interactive listing

v1.1.3

07 Jul 01:14
Compare
Choose a tag to compare
  • Fixes tasks not running on Windows 10

v1.1.0

07 Jul 01:16
Compare
Choose a tag to compare
  • Added --info option

v1.0.0

08 Feb 07:05
Compare
Choose a tag to compare

Initial relase 🎊