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