UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

28 lines (18 loc) 736 B
# <%= npmName %> [![NPM version](https://img.shields.io/npm/v/<%= npmName %>.svg)](https://www.npmjs.com/package/<%= npmName %>) [![npm download](https://img.shields.io/npm/dm/<%= npmName %>.svg)](https://www.npmjs.com/package/<%= npmName %>) [![test coverage](https://img.shields.io/codecov/c/github/<%= org %>/<%= repoName %>.svg)](https://codecov.io/gh/<%= org %>/<%= repoName %>) [![license](https://img.shields.io/npm/l/<%= npmName %>.svg)](https://github.com/<%= org %>/<%= repoName %>/blob/main/LICENSE) <%= description %>. ## Installation ```console npm install <%= npmName %> ``` ## Usage ```js import { myModule } from '<%= npmName %>'; const result = myModule(args); // result is ... ``` ## License [MIT](./LICENSE)