https://github.com/powerappsdarren/pcfbasicdataset
https://github.com/powerappsdarren/pcfbasicdataset
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powerappsdarren/pcfbasicdataset
- Owner: PowerAppsDarren
- License: mit
- Created: 2025-05-15T15:12:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T15:45:15.000Z (about 1 year ago)
- Last Synced: 2025-06-11T01:11:23.192Z (about 1 year ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCFDataset
```PowerShell
#pac pcf init --namespace YOUR_NAMESPACE_HERE --name YOUR_PCF_COMPONENT_NAME --template dataset --framework None
pac pcf init --namespace SuperPowerLabs --name PCFBasicDataset --template dataset --framework None
```
# Run
```PowerShell
npm start watch
```