autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

[npm run <task_name>] Display the task description from package.json

Open Manu1400 opened this issue 2 years ago • 1 comments

Documentation:

https://github.com/ruyadorno/ntl#using-task-descriptions

NTL = Node Task List: Interactive cli to list and run package.json scripts 📝 You can define descriptions for your tasks in your package.json file by defining a ntl section.

Steps

  • read ntl.descriptions (if exists) in package.json
  • find description by task name

labels

type:feature-request

Manu1400 avatar Apr 08 '22 15:04 Manu1400

We provide this property for descriptions https://fig.io/docs/guides/autocomplete-for-npm-scripts#adding-the-fig-object, feel free to create a PR that supports also ntl. It should not take priority over the fig one tho because we support some specific properties useful for our suggestions!

fedeci avatar Apr 08 '22 16:04 fedeci