create-deno

Set up your Deno projects

Usage no npm install needed!

<script type="module">
  import createDeno from 'https://cdn.skypack.dev/create-deno';
</script>

README

create-deno Build status for Create Deno

Set up your Deno projects

Deno is a next-generation server-side runtime for JavaScript and TypeScript. It is an improved version of Node.js, written by Node's original creator, Ryan Dahl.

Why?

  • Deno is awesome and you should use it.
  • No prior knowledge of Deno is required.
  • Can create a GitHub repository and set up Travis CI.

Usage

With npx:

$ npx create-deno

With npm:

$ npm init create-deno

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.