Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command vor 9 Jahren
app make password template explicit vor 9 Jahren
public update help on index vor 9 Jahren
server arrange server app structure vor 9 Jahren
static improve packaging with npm vor 9 Jahren
tests make password template explicit vor 9 Jahren
.gitignore arrange server app structure vor 9 Jahren
.travis.yml add build status into README vor 9 Jahren
LICENSE Initial commit vor 9 Jahren
README.md accelerate build on travis by removing npm install in pretest command vor 9 Jahren
package.json accelerate build on travis by removing npm install in pretest command vor 9 Jahren

README.md

Build Status

lesspass

lesspass is like keepass without the need to persist passwords

requirements

  • node v4.2.x LTS

try lesspass

clone application:

git clone https://github.com/guillaumevincent/lesspass.git

move inside lesspass folder

cd lesspass

install dependencies

npm install

start application

npm start

open the application in a browser: http://localhost:5000

run tests

install dependencies

npm install

run tests

npm run test

run test in watch mode

npm run test:watch

build for production

npm run build:production