Skip to main content

Pack everything, now.

Project description

packnow

Pack everything now. Simple and (maybe) fast.

1. Get Packin'

$ packnow

2. Get Hostin'

Note: You can also set a password for hosting.

$ packnow host --file <zip file>

3. Just Get It!

...from other devices or platforms.

$ packnow get --url <packnow url>

Packignore Files

Pretty much just like .gitignore, .packignore files will ignore files that are not going to be packed.

You could use our default templates, for instance, replit-python, or you can add your own.

You'll need to create a new .packignore file:

# .packignore

# ignores chocolate.js for any directory
*/chocolate.js

# for dirs, suffix a slash
# ignores __pycache__ dir in any directory
*/__pycache__/

# ignores wow.cpp in the current dir
/wow.cpp

# again, for dirs, suffix a slash
# ignores directory my-stuff in the current dir
/my-stuff/

# ignores the specified full path contents
# (don't prefix / suffix a slash)
go/buy/milk
important/homework.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

packnow-1.7.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page