Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 590 Bytes

JavaScript Module Template

This repository serves as an easy-start template for JavaScript/TypeScript NPM packages.

Simply clone the repository into a directory:

$ git clone [email protected]:T99/js-module-template.git my-new-project

And then run the init script:

$ ./init.sh

The init script will interactively prompt you for package information and then automatically build the package, correct and fill-in package information, and install the specified NPM packages already included in the provided package.json.

And that's it! Your project is ready to go.