James George

Results 51 comments of James George

[enquirer](https://github.com/enquirer/enquirer) is an alternative to `inquirer.js` with a similar API surface. https://bundlephobia.com/[email protected]

I would love to give it a shot 🙌

Hi @rishabh3112, I'd love to join forces. Can I take up Svelte?

[tabtab](https://www.npmjs.com/package/tabtab) is another option.

@perkinsjr sure, go on :+1:

@perkinsjr friendly ping.

@joshdeese you may take up any one from above list and comment it here.

https://github.com/madlabsinc/teachcode/issues/60#issuecomment-569210501

```bash $ npm install -D git-cz ``` https://github.com/madlabsinc/teachcode/blob/next/package.json ```diff "pretest": "npm run lint", "test": "ava --serial", "docs:dev": "vuepress dev docs", - "docs:build": "vuepress build docs" + "docs:build": "vuepress build docs",...