Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a better bootstrap script #373

Closed
delambo opened this issue Feb 1, 2017 · 1 comment
Closed

Create a better bootstrap script #373

delambo opened this issue Feb 1, 2017 · 1 comment
Assignees

Comments

@delambo
Copy link
Member

delambo commented Feb 1, 2017

Versions of kyt, node, OS

0.4.0

Bug or Feature?

Feature for contributors

Current Behavior

We have some bash scripts in /scripts for setting up and updating kyt.

Desired Behavior

I'd like to refactor this to JavaScript and add symlinking. That way it will be easier to read and maintain and work cross-platform. I'd also like to move the sub-packages in the packages directory to the top-level pacakges so it's easier to do this dynamically.

With the bootstrap script in place, the workflow for setting up kyt should look like:

git clone KYT
cd kyt
npm run bootstrap

and an update should look like:

git pull
npm run bootstrap
@delambo
Copy link
Member Author

delambo commented Feb 7, 2017

#377

@delambo delambo closed this as completed Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant