Basic Commands
(The ones which have '//' annotations are the important ones).
To create Cookbooks:
First, opt for creating a directory named 'Cookbooks'. thats where all our Cookbooks are going to be stored.
// The command For Cookbooks: chef generate cookbook 'ins...
mishiki.hashnode.dev2 min read