Git Product home page Git Product logo

wasp's Introduction

wasp

wasp

Current Release Open Issues Contributors

Code Triagers Badge first-timers-only

wasp generates and creates basic resources for a modern web app. Initializes a project with a manifest, package, and helps you tag versions effectively.

Named wasp from the idea that wasps invented paper long before the first human thought to put his thoughts down on a sheet of papyrus.

Manifest

Helps to generate a web manifest for use in any modern web app. The goal being to make generating one easy, as a single command setup.

wasp init [-m --manifest]

Package

Helps to generate a package.json for NPM or other tools that use this configuration. It creates a package.json to the NPM spec.

wasp init [-p --package]

Tagging

Not currently implemented. Come back in a few versions

wasp tag v1.0.5

Build

To build for Debian:

First, update the changelog:

dch -i

To Build, run:

debuild -us -uc

Testing without building

First, comment out sys.path.append('/usr/lib/wasp/') in wasp, Details.py, and Utilities.py.

Then change the following in the three files (not all files have all three):

from Details import Details
from Utilities import Utilities
from Colors import Colors

to

from src.Details import Details
from src.Utilities import Utilities
from src.Colors import Colors

respectively.

Please undo all these changes before making a commit or pull request.

Design

Right now there's no format design pattern in use. The current goal is to get a functioning tool. I would like to follow a formally defined design pattern, but until I determine one, this is the current design.

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.