Move out `packages` folder
Closed this issue ยท 10 comments
Shouldn't packages
folder items being their own projects? One first step would be to rename it to node_modules
and define them as bundledDependencies
...
Shouldn't packages folder items being their own projects?
Yes they should, lerna complicates things...
One first step would be to rename it to node_modules and define them as bundledDependencies...
Not sure what you mean here: they are already published to npm, why bundle them?
Not sure what you mean here: they are already published to npm, why bundle them?
Are they already published as independent modules on npm? Then I would delete the packages
folder altogheter and use them as dependencies instead.
They are already used as npm dependencies... but we need to move them to their own git repos.
I'm not sure if we can create new repos under vorpaljs org.
@dthree what do you think about?
I think this would be best, it would help make things less complicated with lerna.
I noticed I have no right to create new repos on vorpaljs org. @dthree could you help me?
Done :)
Thank you
๐ป
I moved all packages to their own repos:
- https://github.com/vorpaljs/shell-runtime
- https://github.com/vorpaljs/bash-parser-playground
- https://github.com/vorpaljs/bash-ast-traverser
- https://github.com/vorpaljs/mode-grammar-builder
- https://github.com/vorpaljs/bash-codegen
Every repo now has CI on travis passing and a new (almost unchanged) version published on npm
Great! :-D
@parro-it you rock!