Closed estebanprimost closed 5 years ago
This PR:
chan
chan-core
writer
chan-errors
chan-parser
lerna
rollup
cjs
This PR:
chan
: chan-cli entry.chan-core
: This is the api core. It does the real work. Has thewriter
(stdout/file).chan-errors
: Shared errors.chan-parser
: MD parser stuff.lerna
to handle monorepo.rollup
to build bins and dists (cjs
by the moment, but other formats will come)