0.0.4-alpha.8 • Published 4 years ago

recipex v0.0.4-alpha.8

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

recipex

yarn global add z1-lab/recipex

or

npm install git+ssh://git@github.com/z1-lab/recipex.git

How to use

  1. Create a .recipes folder at the root of your project.
  2. Add the first recipe. Recipes usually are folders that contain a recipe.mdx file.
  3. Use import { AddFile, InstallDeps } from "recipex/components"; to import the available configurations.
  4. Create your recipe and then launch recipex using the command line anywhere in your project.