Skip to content
jason humphrey edited this page Dec 31, 2016 · 3 revisions

Command Line Interface

npm run cli

Options

    new inquirer.Separator('Module Creation:'),
    'Create Schema',
    'Create A File or Files',
    'Create Frontend Module',
    'Create Backend Module',
    'Create Frontend & Backend Module',
    new inquirer.Separator('Module Deletion:'),
    'Remove Module',
    new inquirer.Separator('System Tasks:'),
    'Start Mongod',
    'Start Selenium Server',
    'Install SSL Certs',
    'Install Tools Dependencies',
    'Install Bower Dependencies',
    'Install MongoDB',
    'Install NodeJS',
    'Install Selenuim Server',
    'Lint Code',
    'Lint & Fix Code',
    'Mean Stack JS Install Dependencies',
    'Mean Stack JS Post Install',
    'Seed Database',
    'Linux Processes',
    'Linux Kill Processes',
    'Set Proxies',
    'Delete Proxies',
    new inquirer.Separator('User Management:'),
    'Change Password',
    'Change User Roles',
    'View User',
    'Exit'

meanstackjs CLI

Clone this wiki locally