quickenv
Does this even make sense? ¯\(ツ)/¯
Quick common build workflow related environment data
const /** Quick helper for resolving paths from the cwd */ /** * Get a path's package.json content (defaults to cwd). * * force:true - overwrites the cache * traverse: false - prevent search in parent directories * * It appends a "rootDir" to the returned object which contains the * directory path of the found package.json file. * */ /** Check for a production environment */ /** Check for a test environment */ /** Check for a development environment */ /** Check for a watch flag Watching for common build tools */ } =