touchweb
v1.0.2
Published
A CLI tool to create new web project templates
Downloads
1
Maintainers
Readme
TouchWeb
A CLI tool to create new web projects templates easily, with options to include commonly used libraries and useful metatags.
The tool uses pug.js templates behind the scenes as prototypes for the created templates.
Features
- Easy to use CLI
- Includes bootstrap with SASS
Options
These are the available options:
- Indentation settings (tabs or spaces)
- Include helpful SEO meta tags
- Include browser's address bar color tag
- Include external libraries
- FontAwesome
- NiceScroll
- Initialize npm package inside the project folder (run npm init)
Installation
You need to install node.js first, then install the tool globally using this command:
npm install -g touchweb
Usage
Once installed, you can run the command touchweb
where you want the new project folder to be created. Then, follow the on-screen instructions to configure your new project.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.