Closed KnorpelSenf closed 3 years ago
- Should I use the CLI, or a programmatic API?
Whichever better fits the task at hand.
- What is the API?
- How to use the CLI?
- How does the tool even work in the first place, i.e. what does it do
what is it build on?
https://github.com/wojpawlik/deno2node/blob/d224750108fcdc70d666b3cc3f9e95e6310a4a47/package.json#L46 https://github.com/wojpawlik/deno2node/blob/d224750108fcdc70d666b3cc3f9e95e6310a4a47/src/deps.deno.ts#L4
- What does the tool assert about my library (folder structure)?
deno2node
needs tsconfig.json
,deno2node
needs an output directory for emitting, just like tsc
,deps.deno.ts
, deps.node.ts
).I wanted to write more about the API, but frankly I'm not sure how to best use it. I believe I addressed everything else.
It would be cool to have a brief overview in the README file about the following things:
Some of these things are pretty obvious to answer by reading the source code for a few minutes. However, as time goes by and deno2node gets more complex, these things will become less and less clear for new users.