https://github.com/goldenhub/scaffolda
A CLI for setting up a basic web application with starter folders and files. Published on NPM as scaffold-app
https://github.com/goldenhub/scaffolda
cli filesystem nodejs npm npm-package releases semantic-versioning semver
Last synced: 6 months ago
JSON representation
A CLI for setting up a basic web application with starter folders and files. Published on NPM as scaffold-app
- Host: GitHub
- URL: https://github.com/goldenhub/scaffolda
- Owner: Goldenhub
- License: mit
- Created: 2022-10-29T18:26:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T15:46:58.000Z (over 3 years ago)
- Last Synced: 2025-03-16T00:17:35.914Z (over 1 year ago)
- Topics: cli, filesystem, nodejs, npm, npm-package, releases, semantic-versioning, semver
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/scaffold-app
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCAFFOLD-APP - app scaffold cli
[GITHUB](https://github.com/Goldenhub/scaffolda)
## Description
This is a cli tool for scaffolding a new app.
## Usage
```bash
npm install -g scaffold-app
scaffold-app create
```
## Options
```bash
$ scaffold-app --help
Usage: scaffold-app [options]
Options:
-V, --version output the version number
-h, --help output usage information
--web create a basic web application directory structure
--bootstrap adds the latest bootstrap cdn to the index file (--web option must be present)
--test scaffolds with a test/app.spec.js file (--web option must be present)
Commands:
create [options] scaffold a new app
```
## Dependencies
- commander
- chalk
- fs
## Author
[Github](https://github.com/goldenhub)
[Linkedin](https://linkedin.com/goldenazubuike)
[Twitter](https://twitter.com/chibu_exe)
## License
MIT