Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

usage as dependency yields inconsistent experience than if otherwise cloned #83

Open
cdaringe opened this issue Oct 14, 2016 · 1 comment
Labels

Comments

@cdaringe
Copy link

Expected Behavior
  • on npm install edition-node-gulp, my project should be bootstrapped with patternlab bits.
Actual Behavior
  • my project is not bootstrapped.
  • the docs here go into great detail of what npm is, how to use it, and install this package. however, what's missing is how to use it when installed as a dep. when installed as a dep, the gulpfile is buried in node_modules, and does not bootstrap the package you have just installed the gulp edition into.
@cdaringe cdaringe changed the title use as dependency usage as dependency yields inconsistent experience than if otherwise cloned Oct 14, 2016
@teehemkay
Copy link

@cdaringe

Just tried it and you're right indeed.
To bootstrap, you may need to perform the following two steps:

  1. Copy some config files
    cp node_modules/edition-node-gulp/patternlab-config.json .
    cp node_modules/edition-node-gulp/gulpfile.js .
    
  2. Install a starterkit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants