GithubHelp home page GithubHelp logo

quick-start's Introduction

quick-start Travis

It is simple scaffolding tool for node.js. When you have your own project structure, just add .quickstartrc config file, scan it, and you're ready to go.

Usage

To install:

npm install -g quick-start

To scan project:

quick-start -s [project name] [src]

To create new project:

quick-start -n [project name] [dest]

Config file

  • commands - commands to execute after project setup
  • exclude - files to exclude on project setup
  • scanExclude - filter to exclude on project scanning

You can use wildcards in file names

Example config file:

{
    "exclude": ["node_modules", "__tests__", "./private/**/*.js"],
    "scanExclude": ["something.js"],
    "commands": [
        { "cmd": "git", "args": ["init"] },
        { "cmd": "npm", "args": ["install"] }
    ]
}

Options

  • -n, --new - creates new project
  • -s, --scan - scans given directory and saves it as a project
  • -l, --list - show the list of your projects
  • -d, --delete - deletes project

Testing

There is __test-env__/ directory which serves as testing environment file system. You can think of it like it is $HOME. Before each npm test I copy whole directory into test_env/ in order to keep same testing structure every time I run tests. After testing, test_env/ is removed.

quick-start's People

Contributors

kasperekt avatar

quick-start's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.