Command `install-package`

Feature Card

Description

Right now you have to install it in node_modules and then move it to the packages folder and change package.json manually. That work should be done automatically by a new command.

User stories

As a Frontity developer,
I want to install local packages with a command,
so that I can easily work with local packages in my project.

I started a PR here: https://github.com/frontity/frontity/pull/170

Is this Feature Discussion still “Awaiting Development”?

Yes, we haven’t started working on this yet. Right now, users have to run npm install any-package and add it manually to their projects.