generator-cheminfo
Version:
Generator for the different cheminfo organizations
29 lines (18 loc) • 583 B
Markdown
# <%= name %>
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
<%= description %>.
## Installation
`$ npm i <%= npmName %>`
## Usage
```js
import library from '<%= npmName %>';
const result = library(args);
// result is ...
```
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/<%= npmName %>.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/<%= npmName %>
[download-image]: https://img.shields.io/npm/dm/<%= npmName %>.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/<%= npmName %>