https://github.com/acdcjunior/prp-shared
https://github.com/acdcjunior/prp-shared
Last synced: 24 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/acdcjunior/prp-shared
- Owner: acdcjunior
- License: gpl-3.0
- Created: 2016-07-14T15:28:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T02:18:19.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T21:09:38.239Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Para gerar:
npm run build
Para adicionar ao projeto:
rm -rf node_modules/prp-shared && npm install --save-dev https://github.com/acdcjunior/prp-shared#master
Para importar nos arquivos TS:
import { Fatura } from 'prp-shared/visacaixa'