xonsh / xontrib-template

Full-featured template for building extension (xontrib) for the xonsh shell.
MIT License
42 stars 12 forks source link

Added .gitignore, .gitattributes, requirements.txt, MANIFEST.in #1

Closed anki-code closed 3 years ago

anki-code commented 3 years ago
  1. .gitignore is Github default Python template
  2. .gitattributes is to highlight xsh syntax on Github (https://github.com/github/linguist#using-gitattributes)
  3. MANIFEST.in is to pack to conda packages (@scopatz required it)
  4. requirements.txt with xonsh to tell Github to make reference
  5. Added xontrib- prefix because it's very good way to make xontribs searchable.
  6. Also added "xontrib promotion" section to README.

➡️ Also please add xontrib and xonsh and cookiecutter topics to the repo to spread the word about this repo!

anki-code commented 3 years ago

Xore @AstraLuma @scopatz @melund @laloch @gforsyth please merge :)

Sorry for group mention but in xonsh repo the feed back comes not so fast.

scopatz commented 3 years ago

Thanks!

anki-code commented 3 years ago

Yoo-hoo! @scopatz thanks! And I wrote above:

please add xontrib and xonsh and cookiecutter topics to the repo to spread the word about this repo!