devit

description

Usage no npm install needed!

<script type="module">
  import devit from 'https://cdn.skypack.dev/devit';
</script>

README

devit

Version Documentation License: MIT GitHub Workflow Status Bundle Size

A simple development server using Snowpack.

🏠 Homepage

Install

npm i -g devit

Features

  • Typescript support
  • Fast startup times (less than 20ms!)

Usage

Run devit start in a folder with HTML and Javascript/Typescript files. It will open a URL in your browser, or you can click the link in the terminal. If you want to create a full Snowpack, run devit create. It will create a default package.json (if there is none), add Snowpack to your dependencies

How does it work

Dependencies are bundled using Snowpack. Packages do not have to be installed, and will be loaded from Skypack.

Author

👤 elimerl

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

📝 License

Copyright © 2020 elimerl.
This project is MIT licensed.