UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

8 lines (7 loc) 235 B
#!/usr/bin/env node var canSymlink = require('./'); if (canSymlink()) { console.log('Able to create symlinks.'); } else { console.log('Unable to create symlinks! Make sure your shell is running with the appropriate permissions.'); }