autocomplete
autocomplete copied to clipboard
[npm run <task_name>] Display the task description from package.json
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
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!