https://github.com/geometryzen/typescript-modular-boilerplate
TypeScript library boilerplate using external modules.
https://github.com/geometryzen/typescript-modular-boilerplate
Last synced: 7 months ago
JSON representation
TypeScript library boilerplate using external modules.
- Host: GitHub
- URL: https://github.com/geometryzen/typescript-modular-boilerplate
- Owner: geometryzen
- License: mit
- Created: 2014-06-30T15:46:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T16:48:24.000Z (about 11 years ago)
- Last Synced: 2024-12-27T14:41:58.531Z (over 1 year ago)
- Language: JavaScript
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to TypeScript Modular Boilerplate
Work in TypeScript, generate JavaScript and requirejs modules.
(An example project using TypeScript that compiles to AMD and CommonJS).
[](https://travis-ci.org/geometryzen/typescript-modular-boilerplate)
## Contributing
### Building
Open your Terminal.
Clone the typescript-modular-boilerplate repo.
```
git clone git://github.com/geometryzen/typescript-modular-boilerplate.git
```
Change to the repo directory.
```
cd typescript-modular-boilerplate
```
Run
```
npm install
```
to install the tooling dependencies (For this you need to have [Node.js](http://nodejs.org) installed).
Run
```
bower install
```
to install the software dependencies (For this you need to have [Bower](http://bower.io) installed).
Run
```
grunt
```
to package the individual files into a single JavaScript file.
### Making Changes
Make your changes to the TypeScript files in the _src_ directory. Do not edit the files in the _dist_ directory, these files will be generated.
## Release History
* v0.1.0: Initial release (pending)
## License
Copyright (c) 2014-2015 David Holmes
Licensed under the MIT license.