mirror of https://github.com/aminya/setup-cpp.git
2.1 KiB
2.1 KiB
<%= projectName %>
<% if (isProjectOnNpm) { -%>
<% } -%>
<% if (projectVersion && !isProjectOnNpm) { -%>
<% } -%>
<% if (projectPrerequisites) { -%>
<% projectPrerequisites.map(({ name, value }) => { -%>
<% }) -%>
<% } -%>
<% if (projectDocumentationUrl) { -%>
<% } -%>
<% if (isGithubRepos) { -%>
<% } -%>
<% if (licenseName) { -%>
<% } -%>
<% if (authorTwitterUsername) { -%>
<% } -%>
<%= projectDescription %> <% } -%>
Install
npm install --save <%= projectName %>
Usage
🤝 Contributing
You can sponsor my work here:
https://github.com/sponsors/aminya
Pull requests, issues and feature requests are welcome. See the Contributing guide.