passman/README.md

15 lines
474 B
Markdown
Raw Normal View History

2016-09-07 19:30:00 +08:00
# passman
Passman is a password manager for Nextcloud
2016-09-09 23:36:35 +08:00
Place this app in **nextcloud/apps/**
## Building the app
The app can be built by using the provided Makefile by running:
`npm install`
2016-09-09 23:36:35 +08:00
## Building the templates.
Passman uses compiled Angular js templates.
A grunt task compiles the views (located in templates/views), to `templates.js`.
You can compile the templates using `grunt`
If you are a developer and want to watch the changes you made use: `grunt watch`