Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

nodenv (10) Versions 0.1.5

Installs/Configures nodenv

Policyfile
Berkshelf
Knife
cookbook 'nodenv', '= 0.1.5', :supermarket
cookbook 'nodenv', '= 0.1.5'
knife supermarket install nodenv
knife supermarket download nodenv
README
Dependencies
Changelog
Quality 57%

nodenv Cookbook

Install nodenv and manage node versions. Based in ruby_rbenv and my own rbenv.

Usage

User Install

nodenv 'user' do
  versions ['8.2.1']
  action   :install
end

Commands

Install

nodenv_install ['8.2.1'] do
  user 'user'
end

Global

nodenv_global '8.2.1' do
  user 'user'
end

Testing

Development

Dependent cookbooks

git ~> 8.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Nodenv Install resource
  • Development at readme ### Removed
  • Remove testing doc ### Updated
  • Add testing to readme
  • Install git with cookbook

[0.1.4] - 2018-01-25

Updated

  • Update nodenv init runs only if nodenv is installed

[0.1.3] - 2018-01-25

Added

  • Add a test cookbook with inspec tests
  • Add root_path helper as we keep trying to find the root path for commands
  • Add inspec tests for global version setting ### Fixed
  • Fix template to look at the nodenv cookbook rather than the wrapper cookbook (default)
  • Fix typo in command resource ### Updated
  • Grab the rbenv_script and make a nodenv_command resource so we can get the global version easily. ### Removed
  • Remove Vagrantfile we no longer require
  • Remove default delivery and add the community cookbook toml
  • Remove git_url we're no longer using
  • Remove default attributes.
  • Remove the default recipe as we're a library cookbook and we now have a test cookbook
  • Remove user_home as it's no longer used

[0.1.2] - 2017-08-06

Added

  • Add testing guide
  • Add contributing guide
  • Add code of conduct ### Remove
  • Remove centos from automated testing

[0.1.1] - 2017-08-06

Added

  • Add user install

Collaborator Number Metric
            

0.1.5 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.5 passed this metric

Foodcritic Metric
            

0.1.5 passed this metric

License Metric
            

0.1.5 passed this metric

No Binaries Metric
            

0.1.5 passed this metric

Testing File Metric
            

0.1.5 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.5 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number