Tiny Javascript package to help to configure the Javascript package with parcel
to deploy on the npm with travis
See [CodeSandbox usage](CODESANDBOX LINK)
- tests
- travis deploy
- dotenv
Clone the repo
git clone git clone git@github.com:edtoken/clean-js-pkg.git
Please! Do not add the .env file to the GIT, it's local file, for local development/common builds
Update the .travis.yml
file, replace the email
and repo
Update name
, description
, repository
, author
, and licenses
To able, to deploy the npm package from the travis
you should add the environment variable NPM_TOKEN
in the travis UI.
See the Main article Build and publish your NPM package