- clean up readme (including heading levels)
- only instruct people to use
npx
- make sure
near-shell
does not need to be installed globally - auto-install packages as part of
npx create-near-app
- rm html from new project READMEs
- include .gitignore in new projects
- automatically init git repository?
- automatically configure license (or encourage people to set their own)
- remove .gitkeep from /assembly (other files already ensure it's kept)
- fix typo "useability"
- add & apply linting for spacing
Last active
February 19, 2020 17:30
-
-
Save chadoh/8a3bdd9643f50d57c0321ccbd431f847 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Luckily we've got the
.gitignore
in new projects now. phew.