create-sps-project v1.0.3
Create SPS Project
A CLI tool to quickly create new SPS Digital Tech template projects.
Installation
npm install -g create-sps-project
Usage
To create a new project, run:
npx create-sps-project my-project-name --token <purchase-token>
Or if you've installed it globally:
create-sps-project my-project-name --token <purchase-token>
The --token
(or -t
) parameter is required and specifies your purchase token. You can find your purchase tokens in your profile at https://sps-digital-tech.netlify.app/profile
Example:
create-sps-project my-app --token sps_abc123
If you don't specify a project name, it will use 'my-sps-project' as the default.
What it does
The tool will: 1. Create a new directory for your project 2. Validate your purchase token 3. Download the appropriate template based on your purchase 4. Extract the template files 5. Install all dependencies 6. Set up the project structure
Requirements
- Node.js 14.x or higher
- npm 6.x or higher
- Git (for version control)
- Windows PowerShell (for Windows users) or unzip utility (for Unix/Linux users)
Support
If you need help or encounter any issues: 1. Check our documentation at https://sps-digital-tech.netlify.app/docs 2. Open an issue in our GitHub repository 3. Contact our support team
License
MIT