2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 16:14:12 +00:00
bench/docs
Ankush Menat b51f0ed2b2
feat: bench setup requirements --dev (#1196)
* chore: typo

* chore: update project description

* feat: command to install dev-requirements.txt

Often applications have development or test specific requirements which
are not required in production.

- Add new command `bench setup dev-requirements`
- installs all `dev-requirements.txt` in app's root folder.

* refactor: remove duplicate function

* refactor: use `log` instead of print

* refactor: merge dev-requirement command

* feat: install dev-dependencies in get-app if dev

When developer mode is enabled install all dev dependencies too while
doing `get-app`

* fix: warn about --dev not supporting node
2021-09-13 20:55:21 +05:30
..
bench_custom_cmd.md feat: bench setup requirements --dev (#1196) 2021-09-13 20:55:21 +05:30
bench_usage.md chore: Remove set-default-site command 2021-04-26 17:06:30 +05:30
branch_details.md
commands_and_usage.md
contribution_guidelines.md
easy_install.md
installation.md
release_policy.md
releasing_frappe_apps.md