Skip to content
/ wine Public

A way to configure scripts for testing and deployment.

Notifications You must be signed in to change notification settings

Iainmon/wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wine

A way tool to help you create environments for individual projects for testing and deployment.

Installation

Easy Install

$ npm install -g wine-cli
$ wine

Locally Install

  • $ npm install grapejuice
  • $ cp ./node_modules/grapejuice/wine wine
  • Add alias wine="node wine" to your bash profile. (optional)
  • $ wine

See https://grape-juice.org for wine package installation instructions.

About

If you are bulding a package, please see the wine package guide

https://grape-juice.org/guides/creating-packages/

Wine

- Files
  • wine.json - This is where you tell wine where your winery file is, or which wine package you are using.
  • wineryfile - This is where you define all of the commands for your wine environment. default: winery.js
- Commands
  • inst <packagename> - This will install a wine package that has been published to npm.
  • plant - This will export the currently installed wine package to your project's directory for the ability to edit the wineryfile and the bottles.

Packages

  • vinefile
  • grapeseeds

About

A way to configure scripts for testing and deployment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published