An open API service indexing awesome lists of open source software.

https://github.com/ratson/cookiecutter-npm-package

A cookiecutter for writing Node package.
https://github.com/ratson/cookiecutter-npm-package

Last synced: about 1 year ago
JSON representation

A cookiecutter for writing Node package.

Awesome Lists containing this project

README

          

========================
cookiecutter-npm-package
========================

A cookiecutter for writing Node package.

Quickstart
----------

Install cookiecutter_::

pip install cookiecutter

Generate a Node package project::

cookiecutter https://github.com/ratson/cookiecutter-npm-package.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.