Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T14:23:37.000Z (about 9 years ago)
- Last Synced: 2024-04-13T19:26:18.892Z (7 months ago)
- Topics: automation, build-tool, demo, npm
- Language: JavaScript
- Size: 199 KB
- Stars: 25
- Watchers: 6
- 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/```