happy-coders/fun-cli

View on GitHub
.npmignore

Summary

Maintainability
Test Coverage
.idea/
.gitignore
.prettierrc
.travis.yml
Makefile
node_modules/
.DS_Store
CONTRIBUTE.md

# source
**/*.ts
*.ts
/test

# definitions
!**/*.d.ts
!*.d.ts

# configuration
tsconfig.json
tslint.json
tools
/test/jest-config.json
/.vscode

# sample
/sample