Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 96abf78e5f accelerate build on travis by removing npm install in pretest command há 9 anos
app make password template explicit há 9 anos
public update help on index há 9 anos
server arrange server app structure há 9 anos
static improve packaging with npm há 9 anos
tests make password template explicit há 9 anos
.gitignore arrange server app structure há 9 anos
.travis.yml add build status into README há 9 anos
LICENSE Initial commit há 9 anos
README.md accelerate build on travis by removing npm install in pretest command há 9 anos
package.json accelerate build on travis by removing npm install in pretest command há 9 anos

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