https://github.com/marcusoftnet/npmasbuildtool
Some demo code for my PluralSight Course
https://github.com/marcusoftnet/npmasbuildtool
automation build-tool demo npm
Last synced: about 1 year ago
JSON representation
Some demo code for my PluralSight Course
- Host: GitHub
- URL: https://github.com/marcusoftnet/npmasbuildtool
- Owner: marcusoftnet
- License: mit
- Created: 2015-09-10T07:14:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T14:23:37.000Z (over 10 years ago)
- Last Synced: 2025-03-26T12:01:36.490Z (over 1 year ago)
- Topics: automation, build-tool, demo, npm
- Language: JavaScript
- Size: 199 KB
- Stars: 25
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stupid little website
A demo utility for PluralSight course on npm scripting.
# How to start
* Go to this folder in Terminal
* Write ```npm install``` to install all the dependencies
## See scripts available
```npm run``` in the folder with ```package.json```
## Run a script
```npm run [name-of-script]```
## See installed tools
```ls node_modules/.bin/```