Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clony-pasta

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clony-pasta

Extremely simple scaffolder.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

clony-pasta

{
  "name": "{{ if namespace? }}@{{ namespace }}/{{ end }}{{ name }}",
  "private": {{ if private? }}true{{ else }}false{{ end }}
}
  • {{ if travis_ci? }}.travis.yml{{ end }}

    • travis_ci? = true => .travis.yml exists
    • travis_ci? = false => .travis.yml does not exist
  • README{{ if markdown_readme? }}.md{{ end }}

    • markdown_readme? = true => README.md exists
    • markdown_readme? = false => README exists
  • {{ if markdown_readme? }}README.md{{ else }}README{{ end }}

    • markdown_readme? = true => README.md exists
    • markdown_readme? = false => README exists
  • {{ if markdown_readme? }}README.md{{ else }}README.{{ readme_extension }}{{ end }}

    • markdown_readme? = true => README.md exists
    • markdown_readme? = false
      • readme_extension = "txt" => README.txt exists
      • readme_extension = "rdoc" => README.rdoc exists

Reserved keywords:

  • if
  • else
  • end

Rules:

  • if statements can only be used with variables whose names end with a question mark ?
  • Regular {{ interpolation }} statements can not be used with variables whose names end with a question mark
  • Files whose names, when evaluated, have length zero, will not be created

FAQs

Package last updated on 19 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc