How to use the atom-package-deps function in atom-package-deps

To help you get started, we’ve selected a few atom-package-deps examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github maisk / atom-psql / lib / atom-psql.js View on Github external
activate(state) {
		console.log("atom-psql activate");
		install('atom-psql');//.then(function() { });
		this.controller = new AtomPsqlController(state);

	},

atom-package-deps

Automatically install package dependencies

MIT
Latest version published 3 years ago

Package Health Score

52 / 100
Full package analysis

Popular atom-package-deps functions