UNPKG

n-bootstart

Version:

A script to start node js projects when the system boots up

8 lines (5 loc) 122 B
#!/usr/bin/env node /** * This source code is licensed under MIT. */ module.exports = require('./lib/script');