OSDN Git Service

initial revision of the `nodejs_utils` cookbook. nodejs_utils-0.1.0
authorwhitestar <whitestar@users.osdn.me>
Sun, 3 Dec 2017 07:10:08 +0000 (16:10 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sun, 3 Dec 2017 07:10:08 +0000 (16:10 +0900)
commit1280b4bf97206b032540c940fb3555d962ee4f65
treedfda653d49fe0df70307c99c96036ef6ef697624
parentd0d8fb4e94b0ad24394952500fcac6acdac2e0e4
initial revision of the `nodejs_utils` cookbook.
21 files changed:
cookbooks/nodejs_utils/.foodcritic [new file with mode: 0644]
cookbooks/nodejs_utils/.rubocop.yml [new file with mode: 0644]
cookbooks/nodejs_utils/Berksfile [new file with mode: 0644]
cookbooks/nodejs_utils/CHANGELOG.md [new file with mode: 0644]
cookbooks/nodejs_utils/Gemfile [new file with mode: 0644]
cookbooks/nodejs_utils/README.md [new file with mode: 0644]
cookbooks/nodejs_utils/Rakefile [new file with mode: 0644]
cookbooks/nodejs_utils/attributes/default.rb [new file with mode: 0644]
cookbooks/nodejs_utils/concourse.yml [new file with mode: 0644]
cookbooks/nodejs_utils/fly-vars.yml [new file with mode: 0644]
cookbooks/nodejs_utils/metadata.rb [new file with mode: 0644]
cookbooks/nodejs_utils/recipes/default.rb [new file with mode: 0644]
cookbooks/nodejs_utils/recipes/n-installer.rb [new file with mode: 0644]
cookbooks/nodejs_utils/recipes/nvm-installer.rb [new file with mode: 0644]
cookbooks/nodejs_utils/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/nodejs_utils/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/nodejs_utils/templates/default/usr/local/bin/n_install [new file with mode: 0644]
cookbooks/nodejs_utils/templates/default/usr/local/bin/n_uninstall [new file with mode: 0644]
cookbooks/nodejs_utils/templates/default/usr/local/bin/n_update [new file with mode: 0644]
cookbooks/nodejs_utils/templates/default/usr/local/bin/nvm_install [new file with mode: 0644]
cookbooks/nodejs_utils/version [new file with mode: 0644]