Skip to content

Instantly share code, notes, and snippets.

@DavidS
Created October 21, 2019 16:47
Show Gist options
  • Save DavidS/af669a7babf63bc2002832137a898fdd to your computer and use it in GitHub Desktop.
Save DavidS/af669a7babf63bc2002832137a898fdd to your computer and use it in GitHub Desktop.
pdk new module --template-url https://github.com/DavidS/modulesync_config/ --template-ref test --skip-interview foo-foo
david@davids:~/tmp$ pdk new module --template-url https://github.com/DavidS/modulesync_config/ --template-ref test --skip-interview foo-foo
pdk (INFO): Creating new module: foo-foo
[✔] Installing missing Gemfile dependencies.
pdk (INFO): Module 'foo' generated at path '/home/david/tmp/foo', from template 'https://github.com/DavidS/modulesync_config/'.
pdk (INFO): In your module directory, add classes with the 'pdk new class' command.
david@davids:~/tmp$ find foo/
foo/
foo/metadata.json
foo/templates
foo/manifests
foo/Gemfile
foo/.rubocop.yml
foo/.msync.yml
foo/.yardopts
foo/.rspec
foo/.rspec_parallel
foo/Dockerfile
foo/.travis.yml
foo/tasks
foo/.editorconfig
foo/.overcommit.yml
foo/Gemfile.lock
foo/spec
foo/spec/spec_helper.rb
foo/spec/acceptance
foo/spec/acceptance/nodesets
foo/spec/acceptance/nodesets/windows-2012-serverstandard-x64.yml
foo/spec/acceptance/nodesets/windows-2012R2-serverstandard-x64.yml
foo/spec/acceptance/nodesets/windows-2008R2-serverstandard-x64.yml
foo/spec/acceptance/nodesets/archlinux-2-x64.yml
foo/spec/acceptance/nodesets/ec2
foo/spec/acceptance/nodesets/ec2/image_templates.yaml
foo/spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml
foo/spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml
foo/spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml
foo/spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml
foo/spec/acceptance/nodesets/ec2/rhel-73-x64.yml
foo/examples
foo/.bundle
foo/.bundle/config
foo/files
foo/.gitignore
foo/.github
foo/.github/CONTRIBUTING.md
foo/.github/ISSUE_TEMPLATE.md
foo/.github/PULL_REQUEST_TEMPLATE.md
foo/.pmtignore
foo/README
foo/Rakefile
david@davids:~/tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment