
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@buildtip/create-web-app
Advanced tools
Select your project type and use any boilerplate to get started
# Recommended
$ npm i -g @buildtip/create-web-app
$ cwa
or
# If want to install and run it locally
$ npx @buildtip/create-web-app
$ cwa --help
Usage
$ cwa <command> [options]
Available Commands
list List All The templates Available
run [WIP] Gives the command to run the Project
create create a project passing the template and your project name
For more info, run any command with the `--help` flag
$ cwa list --help
$ cwa run --help
Options
-v, --version Displays current version
-h, --help Displays this message
This package is a simple node cli tool based on yeoman generator
which when run will simply ask you some simple question and then will generate a simple starter project to kickstart you development
This is currently having starter project based on
And Many More Coming Soon ...
This project is focused on helping developers increasing their starting speed. These Boilerplates are light weight and proven ones. More boilerplates are required for this project with different stacks.
Do Contribute with this boilerplates and new ones.
$ cwa list
It lists the available Templates present as a project starters
$ cwa list --help
Description
List All The templates Available
Usage
$ cwa list [options]
Options
-h, --help Displays this message
$ cwa run [project-name] [--src]
It will give the accurates commands to run the projects and it will list the available commands present in the projects scripts
$ cwa run --help
Description
[WIP] Run the Project
Usage
$ cwa run [projectname] [options]
Options
--src Please Mention the source if the default is changed (default )
-h, --help Displays this message
[WIP]: To run the command instead to displaying the steps
$ cwa create
It will run the generator which is creating the project based on few questions
$ cwa create --help
Description
create a project passing the template and your project name
Usage
$ create-web-app create [options]
Options
-h, --help Displays this message
This project is at very early stage and requires lots of testing, feedbacks, suggestion, refactors ,Features, and improvement. Feel free to Raise an issue and PR
We are using commitlint for our commit conventions
Our commit conventions follow this pattern
type(scope?): subject
body?
footer?
# type can be
build
ci
chore
docs
feat
fix
perf
refactor
revert
style
test
# example => feat(blog): add comment section
$ npm install
$ npm run type:build # To build the typescript compiled
$ npm run type:watch # Typescript in watch mode
$ npm run build # To run the bundler to build the distributed compatable
$ npm run watch # To run the bundler in watch mode
# to run the tool
$ node dist/cli
npm test
Thanks goes to these wonderful people (emoji key):
Anix 🚇 ⚠️ 🤔 🚧 🎨 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
Select your project type and use any boilerplate to get started
We found that @buildtip/create-web-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.