cozy-scripts-vanilla

2.0.1 • Public • Published

Cozy Scripts Vanilla

What's cozy-scripts-vanilla?

cozy-scripts-vanilla is a script bundle designed to be run by create-cozy-app. This latter will just create the root folder and then run the node_modules/cozy-scripts-vanilla/scripts/init.js script inside it.

All the template structure is handled by cozy-scripts-vanilla. After the initialisation, you should have the following folder structure:

mycozyapp/
    LICENSE
    README.md
    manifest.webapp
    index.html
    view2.html
    assets/
        icon-app.svg
        sprites.svg
    scripts/
        init.js
    styles/
        cozy-ui.min.css
        index.css
        app.css
        nav.css
    .editorconfig

The bootstraped application will have two views (/ and /view2).

And that's it, the application is ready to be served by a Cozy.

Community

What's Cozy?

Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

Get in touch

You can reach the Cozy Community by:

License

cozy-scripts-vanilla is distributed under the MIT license.

Credits

A big thanks to @CPatchane, the original author of Create-Cozy-App (CCA) tools.

Readme

Keywords

none

Package Sidebar

Install

npm i cozy-scripts-vanilla

Weekly Downloads

3

Version

2.0.1

License

MIT

Unpacked Size

95.3 kB

Total Files

18

Last publish

Collaborators

  • cpatchane