create-book icon indicating copy to clipboard operation
create-book copied to clipboard

⚡️ Fast & frictionless book template generator.

Results 6 create-book issues
Sort by recently updated
recently updated
newest added

node-fetchにproxyが考慮されていないので、環境変数に、http_proxyまたはhttps_proxyが定義されていればproxyを指定するように修正していただきたいです。 ``` import HttpsProxyAgent from 'https-proxy-agent/dist/agent' const proxyAgent = new HttpsProxyAgent('http://[id]:[pw]@[proxy-server]') const res = await fetch(`https://api.npms.io/v2/search?q=keywords:${KEYWORD}`, { agent: proxyAgent }) ```

#27 を close するために以下を実行したら Markdown がテンプレートのままであった。 ``` $ npm create book sample ``` `yarn` からだと #27 の処理が効いて Markdown が themes の定義を反映したものとなる。 ``` $ yarn create book sample ``` この現象は以前にも遭遇していて npm...

bug

`npx vivliostyle build --verbose` goes infinity loop in this project when `index.md` is specified as TOC (``). `toc` on vivliostyle.config.js is disabled here. ## Sample [sky-y/vivliostyle-issue-toc-error](https://github.com/sky-y/vivliostyle-issue-toc-error) ## To Reproduce -...

bug

In the current [README](https://github.com/vivliostyle/create-book/blob/master/README.md): > Just run `yarn create book` and start writing your book! > > ## Use > > ```bash > yarn create book > # or >...

documentation

## Overview ![1bL7iglC](https://user-images.githubusercontent.com/1771005/89118786-8018e000-d4e3-11ea-9bca-e366c976f24d.png) The guidance of create-book requires us an input of `description`, however, the actual configuration name is `title`. It's better there is set as `title`.

bug

ディレクトリ名に非ASCII文字が含まれると、create-book が失敗します。 macOS上で `npm create book お試し` を実行すると、次のようにエラーになります: (「お試し」ディレクトリは生成されるけれど、 "error package.json: Name contains illegal characters") ``` $ npm create book お試し ? description description ? author name MurakamiShinyu ? author...

enhancement
good first issue
help wanted