0.7.1 • Published 10 years ago

develop-faster-presentation v0.7.1

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

develop-faster-presentation

Presentation on removing the tedium from creating, developing, and publishing repos.

This talk was presented at Node Summit 2013. It showcases tools for dealing with repetitive tasks during a repository's life cycle. Additionally, this talk is based off of the Develop Faster blog post.

Getting Started

Install the module with: npm install -g develop-faster-presentation

# Inside of a terminal
develop-faster
# ________                     ______                       __________                _____
# ___  __ \_____ ___   _______ ___  /______ ________        ___  ____/______ ___________  /______ ________
# __  / / /_  _ \__ | / /_  _ \__  / _  __ \___  __ \       __  /_    _  __ `/__  ___/_  __/_  _ \__  ___/
# _  /_/ / /  __/__ |/ / /  __/_  /  / /_/ /__  /_/ /       _  __/    / /_/ / _(__  ) / /_  /  __/_  /
# /_____/  \___/ _____/  \___/ /_/   \____/ _  .___/        /_/       \__/_/  /____/  \__/  \___/ /_/
#                                           /_/
#
#                                             (Develop Faster)
#
#                                       Todd Wolfson, Engineer, Uber
#
#                            github/twolfson -- @twolfsn -- http://twolfson.com/
#

Documentation

The develop-faster script provides many commands which can be accessed via develop-faster --help.

$ develop-faster --help

  Usage: develop-faster [options] [command]

  Commands:

    slide <slide>          Jump to a specific slide
    first                  Go back to the beginning
    last                   Jump to the final slide
    next                   Move following by one slide
    back                   Move to the previous slide
    status                 Get overview of slides

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Slides

Slide order is configured via presentation/config.yml.

Slides are presentation/*js and will output content directly to console.log/process.stdout.

Under the hood, state is managed via leveldb.

Framework

There is no framework here but there are plans to break out the presentation script framework into a node module.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via grunt.

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

Unlicense

As of Nov 29 2013, Todd Wolfson has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.

0.7.1

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.6.1

10 years ago