0.0.2-3 • Published 3 years ago

@mediamonks/porter-react-skeleton v0.0.2-3

Weekly downloads
53
License
-
Repository
github
Last release
3 years ago

Porter :tipping_hand_person: the CLI tool to carry your projects

porter, the monk appointed to be the one to interact with the public, is a CLI tool for creating and managing web development skeletons (scaffolds, templates, etc..).

Usage

There's multiple ways of using porter depending on your use case:

create

To create a new project using the predefined skeletons, you can use the create command.

# react skeleton
npx @mediamonks/porter create react my-react-app

# react base skeleton (basic structure, without extra dependencies)
npx @mediamonks/porter create react-base my-react-app

# vue skeleton
npx @mediamonks/porter create vue my-vue-app

TODO

  • write a proper README.md
  • convert the notes.md into documentation
  • explain how to create skeletons and tools
  • add migration guides from existing cra-template and maybe vue-skeleton