https://github.com/ratson/cookiecutter-node-monorepo
A cookiecutter for Node project with monorepo design.
https://github.com/ratson/cookiecutter-node-monorepo
Last synced: over 1 year ago
JSON representation
A cookiecutter for Node project with monorepo design.
- Host: GitHub
- URL: https://github.com/ratson/cookiecutter-node-monorepo
- Owner: ratson
- Created: 2016-05-13T01:29:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T11:52:21.000Z (about 10 years ago)
- Last Synced: 2025-01-30T22:51:23.338Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==========================
cookiecutter-node-monorepo
==========================
A cookiecutter for Node project with `monorepo design `_.
Quickstart
----------
Install cookiecutter_::
pip install cookiecutter
Generate a Node package project::
cookiecutter https://github.com/ratson/cookiecutter-node-monorepo.git
.. _cookiecutter: https://github.com/audreyr/cookiecutter
Not Exactly What You Want?
--------------------------
Fork This / Create Your Own
~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have differences in your preferred setup, I encourage you to fork this
to create your own version. Or create your own; it doesn't strictly have to
be a fork.
Or Submit a Pull Request
~~~~~~~~~~~~~~~~~~~~~~~~
I also accept pull requests on this, if they're small, atomic, and if they
make my own packaging experience better.