```shell
npm install {%= name %} --save
```

and use it as follows:

```js
var yfm = require('{%= name %}');
```