Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-deno

sholladay6MPL-2.00.1.0

Set up your Deno projects

boilerplate, cli, cli-app, create, deno, denojs, denoland, generate, generator, init, scaffold, setup, template

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.