Closed claudiopro closed 8 years ago
Essentially, this:
workshopper({
name : 'learn-sass'
, title : 'Learn SASS'
, exerciseDir : path.join(__dirname, 'exercises')
, appDir : __dirname
, languages : ['en', 'it', 'pt-br']
})
turns to:
workshopper({
name : 'learn-sass'
, title : 'Learn SASS'
, exerciseDir : path.join(__dirname, 'exercises')
, appDir : __dirname
, languages : ['en', 'it', 'pt-br']
}).execute()
Further changes:
bin/
(see learnyounode
)workshopper-adventure-test
to run testsAlso: you can remove the name from the specification object (it will be automatically loaded from the package.json)
Cool, will do.
Done with #29.
See issue #16 for more details on
workshopper-adventure
interface changes.