1.3.0 • Published 5 years ago

create-p2p-app v1.3.0

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

create-p2p-app

Create a fresh choo application for (probably) a site on the peer-to-peer web. Because starting a new project should take minutes, not days.

A modified, simplified version of create-choo-app, with Beaker Browser applications in mind.

Usage

$ npx create-p2p-app <project-directory>

Dependencies

create-p2p-app installs the following dependencies:

NameDependency TypeDescription
chooProductionFast, 4kb framework.
sheetifyProductionHyper performant CSS-in-JS.
omnomnomnomProductionA functional CSS library.
bankaiDevelopmentAn asset bundler and static file server.
browserify*Developmentrequire('modules') in the browser
watchify*DevelopmentWatch mode for browserify builds
choo-devtoolsDevelopmentDebug Choo applications.
choo-scaffoldDevelopmentGenerate new application files.
dependency-checkDevelopmentVerify project dependencies.
standardDevelopmentStatically check JavaScript files for errors.

* plus helper modules for these (yo-yoify and es2040)

Note: as a default it installs my little CSS framework, omnomnomnom, but only to speed up my project generation process.

Removing Dependencies

If you want to remove Tachyons you can do so by running npm uninstall tachyons and removing the reference to Tachyons in ./index.js.

API

  $ create-p2p-app <project-directory> [options]

  Options:

    -h, --help        print usage
    -v, --version     print version
    -q, --quiet       don't output any logs

  Examples:

    Create a new Choo application
    $ create-p2p-app

  Running into trouble? Feel free to file an issue:
  https://github.com/kodedninja/create-p2p-app/issues/new

  Do you enjoy using this software? Become a backer:
  https://opencollective.com/choo

License

MIT