https://github.com/t99/abstract-container
An abstract implementation of the JSDSL IContainer.
https://github.com/t99/abstract-container
abstract adt collections containers data-structure
Last synced: about 1 month ago
JSON representation
An abstract implementation of the JSDSL IContainer.
- Host: GitHub
- URL: https://github.com/t99/abstract-container
- Owner: T99
- License: gpl-3.0
- Created: 2019-10-05T18:17:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T18:17:05.000Z (almost 7 years ago)
- Last Synced: 2025-03-02T21:34:25.765Z (over 1 year ago)
- Topics: abstract, adt, collections, containers, data-structure
- Language: Shell
- Homepage: https://www.npmjs.com/org/jsdsl
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# JavaScript Module Template
This repository serves as an easy-start template for JavaScript/TypeScript NPM packages.
Simply clone the repository into a directory:
```bash
$ git clone git@github.com:T99/js-module-template.git my-new-project
```
And then run the init script:
```bash
$ ./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.