Skip to content

A special implementation of a doubly linked list in which multiple 'tracts' form both per-tract lists, as well as an overall sequential list.

License

Notifications You must be signed in to change notification settings

jsdsl/multi-tract

Repository files navigation

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 git@github.com: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.

About

A special implementation of a doubly linked list in which multiple 'tracts' form both per-tract lists, as well as an overall sequential list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published