0.0.2-8 • Published 4 years ago
@mediamonks/porter-webpack-tools v0.0.2-8
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 maybevue-skeleton