🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

tode

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tode

Launch node with TOML for configuration

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

tode

Launch node with TOML files for configuration. It simply populates your environment variables from any TOML files it can find by looking up the directory tree. It loads from environment.toml by default, but this is configurable if you need to be able to quickly swap your environment out.

Build Status Dependency Status NPM version

Installation

npm install tode -g

Usage

To run server.js with the configuration file of environment.toml:

tode

To run index.js with the configuration file of environment.toml:

tode index.js

To run server.js with the configuration file of config.toml:

tode config.toml

To run index.js with the configuration file of config.toml:

tode config.toml index.js

License

MIT

FAQs

Package last updated on 07 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts