|
LIBRARIES
lapse
Returns a string that says how long ago the inputted date was.
e.g. "Less than a minute ago" or
"4 days ago"
e.g. "Less than a minute ago" or
"4 days ago"
lazy-loadable
A React lazy-loadable HOC.
Asynchronously load your components. Wrapper for react-imported-component.
Asynchronously load your components. Wrapper for react-imported-component.
resizable-panes
A React resizable-panes control.
Pass your components as props to place them in a resizable 2 or 3-pane configuration.
Pass your components as props to place them in a resizable 2 or 3-pane configuration.
Inline Select
A React select control you can put inside a paragraph inlined with the rest of the text
tree
A React tree control: Displays nested arrays as a foldable tree.
Handles a large number of elements by being virtualized
Handles a large number of elements by being virtualized
|
ANSIBLE
ansible-configure-terminal
Configures the terminal in the server to have the same time-saving shortcuts one uses in the local machine
ansible-create-database-and-users
Creates OS users and their corresponding PostgreSQL roles
ansible-install-golang-migrate
Makes sure golang-migrate is present in the system
ansible-install-nginx
Makes sure nginx is present in the system
ansible-golang-migrate
A role to control golang-migrate with command line variables
ansible-install-postgresql
Makes sure postgresql is present in the system
ansible-install-redis
Makes sure redis is present in the system
ansible-nginx-reverse-proxy
Sets up nginx as a reverse proxy to a NodeJS app
ansible-remount-shared-folder
Remounts a shared folder with the specified user permissions
ansible-restore-database
Transfers a sql file containing database records to the server and imports it.
ansible-systemd-pm2-service
Sets up a pm2 systemd service to handle a NodeJS app
ansible-update-upgrade
A role to apt-get update && apt-get upgrade