James George

Results 52 issues of James George

Made the license section point to the respective file.

CLA Signed

Closes #55 Warns the user appropriately if he/she provides multiple arguments with `create-next-app` > Argument parsing is done via `minimist`

**What kind of change does this PR introduce?** chore **Did you add tests for your changes?** Update test suite. **If relevant, did you update the documentation?** Yes **Summary** Rename `--additional-package`...

PR: unreviewed

**What kind of change does this PR introduce?** feature **Did you add tests for your changes?** Yes **If relevant, did you update the documentation?** N/A **Summary** This PR aims at...

PR: conflict
PR: unreviewed

[git-cz](https://github.com/streamich/git-cz) serves the purpose here.

good first issue
feature-request

Include challenges for Golang by which the users can familiarise themselves with the basic language constructs.

enhancement

Write e2e tests for the available commands.

enhancement
help wanted
good first issue

Any attempts made to refactor redundant code would be highly appreciated :clap:

help wanted

As of now, we're missing out on unit tests which is extremely important. We're using [avajs](https://github.com/avajs/ava) as the test runner. - [ ] `teachcode init` (@Ian-Yy) - [ ] `teachcode...

help wanted

- Make use of `array` and `object` destructuring possibilities. - Replace instances of `var`. - Change variable name from `opn` -> `open` which makes much sense as per the context.