Skip to content

divramod/dm-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dm-shell

A helper for interacting with the shell in nodejs.

contribute

# install dm-shell globally
npm install -g dm-shell

# fork dm-shell.git: https://github.com/divramod/dm-shell

# clone your fork
git clone git@github.com:your_github_username/dm-shell.git

# cd into repository
cd dm-shell

# npm install
npm install

# link the global dm-shell installation to the local repository you cd'ed into
dm-shell local

# create synchronous task with tests
# dm-shell taskAdd [sync [taskName]]
# this creates a folder tasks/your_task_name with a file index.js and a folder test/test.js
dm-shell taskAdd sync your_task_name

# or
# create asynchronous tasks with test (wrapped in co)
# dm-shell taskAdd [asyn [taskName]]
# this creates a folder tasks/your_task_name with a file index.js and a folder test/test.js
dm-shell taskAdd async your_task_name

# run tests
dm-shell test your_task_name

# edit tasks/your_task_name/index.js

# edit tasks/your_task_name/test/test.js

# create a pull request: https://help.github.com/articles/creating-a-pull-request/

# if you are done uninstall dm-shell globally: https://docs.npmjs.com/getting-started/uninstalling-global-packages
npm uninstall -g dm-shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published