0.0.5 • Published 4 years ago

create-plain-app v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Create Plain App

A tiny CLI that creates a barebones web app without a buildstep. Most modern browsers now ship with support for ES-Modules and ES6 meaning that you may not need a build step for your projects.

npx create-plain-app my-app
cd my-app
npm start

Roadmap

I plan to add an optional feature to bundle code prior to publication. This wouldn't involve any transpiling and is meant purely as a performance optimization to reduce the number of network requests.

Acknowledgements

A special thank you goes to Luke Jackson for authoring servor, the static file server used by this project.

License

Create Plain App is open source software licensed as MIT.

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago