Skip to content
#

supervisor

Here are 365 public repositories matching this topic...

第一个完整的react-native项目。包括服务端和移动端两部分。服务端使用express+bootstrap进行搭建,主要功能有登录、退出、模块选择、查看、修改、删除、分页等后台管理的基本功能;移动端主要用到组件View、Text、Image、ScrollView、ListView等常用的组件,也使用了第三方的地图服务(高德地图),作为初学者。是一个很好的学习案例。

  • Updated Feb 20, 2020
  • JavaScript
brandonbloom
brandonbloom commented Nov 2, 2021

Is your feature request related to a problem? Please describe.

exo env prints variables in .env file format, but that loses some potentially important debugging information that the GUI already supports: The origin of each variable!

Describe the solution you'd like

Add a flag to print with a tabwriter that prints three columns: name, value, origin. Ideally with a header column t

Improve this page

Add a description, image, and links to the supervisor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the supervisor topic, visit your repo's landing page and select "manage topics."

Learn more