An open API service indexing awesome lists of open source software.

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

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