generator-byte-sized-javascript

Git project template for “Byte-Sized JavaScript” projects.

Usage no npm install needed!

<script type="module">
  import generatorByteSizedJavascript from 'https://cdn.skypack.dev/generator-byte-sized-javascript';
</script>

README

tests deps

        .°
       |
    .-----.
    | | | |       Byte-Sized JavaScript
    \  °  /          Module Generator
  ___-___-___     https://bytesized.tv/
 ()_   .   _()
 /  /\ : /\  \
(___)| . |(___)

About This Repository

This repository is a part of the Byte-Sized JavaScript VideoCasts.

  _               __
 |_)   _|_  _ __ (_  o _   _   _|
 |_) \/ |_ (/_   __) | /_ (/__(_|
     /        |  _.     _. (_   _ ._ o ._ _|_
            \_| (_| \/ (_| __) (_ |  | |_) |_
                                       |
            »»  bytesized.tv  ««

Byte-Sized What?!

Byte-Sized JavaScript.

It is a compilation of short (around ten minutes) monthly screencasts about JavaScript and related technologies.

About This Generator

This generator is a git project template generator for “Byte-Sized JavaScript” projects.

Installation and Usage

First, install Yeoman and generator-byte-sized-javascript using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-byte-sized-javascript

Then generate your new project:

yo byte-sized-javascript

Contact Information

License

MIT © Volkan Özçelik.

See the license file for details.

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.