https://github.com/zerotohero-dev/generator-byte-sized-javascript
Byte-Sized JavaScript module generator.
https://github.com/zerotohero-dev/generator-byte-sized-javascript
automation byte-sized bytesized-javascript bytesized-tv code-generation demos education generators javascript learning podcast screencast templates trainings tutorials vidcast videocast videos yeoman
Last synced: 5 months ago
JSON representation
Byte-Sized JavaScript module generator.
- Host: GitHub
- URL: https://github.com/zerotohero-dev/generator-byte-sized-javascript
- Owner: zerotohero-dev
- License: other
- Created: 2016-06-02T13:49:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T20:22:03.000Z (over 8 years ago)
- Last Synced: 2025-02-08T09:52:39.129Z (about 1 year ago)
- Topics: automation, byte-sized, bytesized-javascript, bytesized-tv, code-generation, demos, education, generators, javascript, learning, podcast, screencast, templates, trainings, tutorials, vidcast, videocast, videos, yeoman
- Language: JavaScript
- Homepage: https://bytesized.tv/
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![tests][tests]][tests-url]
[![deps][deps]][deps-url]
[tests]: https://img.shields.io/travis/jsbites/generator-byte-sized-javascript.svg
[tests-url]: https://travis-ci.org/jsbites/generator-byte-sized-javascript
[deps]: https://david-dm.org/jsbites/generator-byte-sized-javascript.svg
[deps-url]: https://david-dm.org/jsbites/generator-byte-sized-javascript
```
.°
|
.-----.
| | | | Byte-Sized JavaScript
\ ° / Module Generator
___-___-___ https://bytesized.tv/
()_ . _()
/ /\ : /\ \
(___)| . |(___)
```
## About This Generator
This generator is a *git project template generator* for “Byte-Sized JavaScript” projects.
## Installation and Usage
First, install [Yeoman](http://yeoman.io) and `generator-byte-sized-javascript` using [npm](https://www.npmjs.com/) (*we assume you have pre-installed [node.js](https://nodejs.org/)*).
```bash
npm install -g yo
npm install -g generator-byte-sized-javascript
```
Then generate your new project:
```bash
yo byte-sized-javascript
```
## Contact Information
* **Project Owner**: [Volkan Özçelik](https://volkan.io/)
* **Project Website**: [bytesized.tv](https://bit.ly/bytesized)
## License
MIT © [Volkan Özçelik](https://volkan.io/).
[See the license file for details](LICENSE.md).
## Code of Conduct
We, as the community behind this project, are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of expertise, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion or nationality.
[See the code of conduct for more details](CODE_OF_CONDUCT.md).
## A [ByteSized.TV][vidcast] Project
This repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].
It is a compilation of short (*around ten minutes*) screencasts about **JavaScript** and related technologies.
[**Learn**, **explore**, and **have fun**][vidcast]!
[vidcast]: https://bytesized.tv/ "ByteSized.TV"