Examples of template files are JSON/YAML.
$ dept add nodejs-eslint-prettier -f ./json/nodejs-eslint-prettier-template.json
$ dept add create-react-app-eslint-prettier -f ./json/create-react-app-eslint-prettier-template.json
$ dept add reactnative-eslint-prettier -f ./json/reactnative-eslint-prettier-template.json
$ dept list
* nodejs-eslint-prettier
create-react-app-eslint-prettier
reactnative-eslint-prettier
mkdir your-nodejs-app
cd your-nodejs-app
dept use yarn
dept install nodejs-eslint-prettier
create-react-app your-react-app
cd your-react-app
dept use yarn
dept install create-react-app-eslint-prettier
react-native init your-react-native-app
cd your-react-native-app
dept use yarn
dept install reactnative-eslint-prettier