0.0.5 • Published 6 years ago

create-plain-app v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago