generator-cheminfo
Version:
Generator for the different cheminfo organizations
19 lines (12 loc) • 544 B
Markdown
# <%= name %>
<%= description %>.
## Starting the project
`$ npm start`
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/<%= npmName %>.svg
[npm-url]: https://www.npmjs.com/package/<%= npmName %>
[ci-image]: https://github.com/<%= org %>/<%= name %>/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/<%= org %>/<%= name %>/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/<%= npmName %>.svg
[download-url]: https://www.npmjs.com/package/<%= npmName %>