Sha256: 465b83b31a8897c47b54aa32c72effe27dd6aa65e052e5af443032adb678b8dd

Contents?: true

Size: 677 Bytes

Versions: 14

Compression:

Stored size: 677 Bytes

Contents

#
# .noerc - Configuration of Noe, a simple project generator.
#
# This file provides Noe's configuration. More information can be 
# found at https://github.com/blambeau/noe. 
#
# If you want to regenerate a fresh new file, simply run:
#
#   noe install
#

# This is Noe's version, change only if you known what you 
# are doing!
version:
  !{Noe::VERSION}

#
# Absolute path to the folder containing Noe's templates.
#
templates-dir:
  !{templates_dir}

#
# Name of the default template that you want to use. Commands
# that need a template (see 'noe help prepare', for example) use this 
# by default, and allow overriding it via a --template=NAME option.
#
default:
  ruby

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
noe-1.7.6 lib/noe/config.yaml
noe-1.7.5 lib/noe/config.yaml
noe-1.7.4 lib/noe/config.yaml
noe-1.7.3 lib/noe/config.yaml
noe-1.7.2 lib/noe/config.yaml
noe-1.7.1 lib/noe/config.yaml
noe-1.7.0 lib/noe/config.yaml
noe-1.6.0 lib/noe/config.yaml
noe-1.5.1 lib/noe/config.yaml
noe-1.5.0 lib/noe/config.yaml
noe-1.4.0 lib/noe/config.yaml
noe-1.3.0 lib/noe/config.yaml
noe-1.2.0 ./lib/noe/config.yaml
noe-1.1.0 ./lib/noe/config.yaml