https://github.com/scientifichackers/cookiecutter-mpy
https://github.com/scientifichackers/cookiecutter-mpy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scientifichackers/cookiecutter-mpy
- Owner: scientifichackers
- Created: 2018-07-17T17:52:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T16:24:12.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T22:20:42.990Z (over 1 year ago)
- Language: Python
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-mpy
A *smart* cookiecutter for micropython projects that
includes a command-line interface for doing the chores.
## Get Started
```bash
$ pip install cookiecutter
$ cookiecutter https://github.com/pycampers/cookiecutter-mpy
$ cd
$ pipenv shell
$ --help
```